Html Css Color HEX #CF69DA Orchid

📋 copy color: '#CF69DA'

red 207 ◦ green 105 ◦ blue 218

#CF69DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CF69DA

Tints of Orchid #CF69DA

RGB

 RED value IS 207 (81.25% from 255) = 39.06%

 GREEN value IS 105 (41.41% from 255) = 19.81%

 BLUE value IS 218 (85.55% from 255) = 41.13%

R = 39.06%
G = 19.81%
B = 41.13%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF69DA (or 0xCF69DA) is known color: Orchid. HEX triplet: CF, 69 and DA. RGB value is (207,105,218). Sum of RGB (Red+Green+Blue) = 207+105+218=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 105 (41.41% from 255 or 19.81% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF69DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF69DA is #309625. Grayscale: #949494. Windows color (decimal): -3184166 or 14313935. OLE color: 14313935.

HSL color Cylindrical-coordinate representation of color #CF69DA: hue angle of 294.16º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF69DA is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 105 218 -
CMYK 0.05 0.52 0 0.15
HSL 294.16º 0.6% 0.63% -
HSV(B) 294.16º 0.52% 0.85% -
XYZ 43.44 28.43 69.53 -
YUV 148.38 167.29 169.81 -
System Red Green Blue C M Y K H S L
Decimal 207 105 218 0.05 0.52 0 0.15 294.16 0.6 0.63
Hex CF 69 DA 5 34 0 F 126 3C 3F
Octal 317 151 332 5 64 0 17 446 74 77
Binary 11001111 1101001 11011010 101 110100 0 1111 100100110 111100 111111

Color Harmonies of #CF69DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF69DA

Black with #CF69DA

Text Example


Text Example

White with #CF69DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF69DA; }

 p { color: rgb(207,105,218); }

 H1.HeaderClassName
 {
   color: #CF69DA;
 }
 .AnyTagClassName
 {
   color: #CF69DA;
 }
</style>

background-color css

<style>
 a { background-color: #CF69DA; }

 a { background-color: rgb(207,105,218); }

 div.DivClassName
 {
   background-color: #CF69DA;
 }
 .BgClassName
 {
   background-color: #CF69DA;
 }
</style>

border-color css

<style>
 span { border-color: #CF69DA; }

 span { border-color: rgb(207,105,218); }

 td.TdClassName
 {
   border-color: #CF69DA;
 }
 .TagClassName
 {
   border-color: #CF69DA;
 }
</style>