Html Css Color HEX #CF66DB Orchid

📋 copy color: '#CF66DB'

red 207 ◦ green 102 ◦ blue 219

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

Shades of Orchid #CF66DB

Tints of Orchid #CF66DB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.32%

 BLUE value IS 219 (85.94% from 255) = 41.48%

R = 39.2%
G = 19.32%
B = 41.48%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF66DB (or 0xCF66DB) is known color: Orchid. HEX triplet: CF, 66 and DB. RGB value is (207,102,219). Sum of RGB (Red+Green+Blue) = 207+102+219=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 102 (40.23% from 255 or 19.32% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF66DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF66DB is #309924. Grayscale: #929292. Windows color (decimal): -3184933 or 14378703. OLE color: 14378703.

HSL color Cylindrical-coordinate representation of color #CF66DB: hue angle of 293.85º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF66DB is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 102 219 -
CMYK 0.05 0.53 0 0.14
HSL 293.85º 0.62% 0.63% -
HSV(B) 293.85º 0.53% 0.86% -
XYZ 43.27 27.88 70.12 -
YUV 146.73 168.79 170.99 -
System Red Green Blue C M Y K H S L
Decimal 207 102 219 0.05 0.53 0 0.14 293.85 0.62 0.63
Hex CF 66 DB 5 35 0 E 126 3E 3F
Octal 317 146 333 5 65 0 16 446 76 77
Binary 11001111 1100110 11011011 101 110101 0 1110 100100110 111110 111111

Color Harmonies of #CF66DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF66DB

Black with #CF66DB

Text Example


Text Example

White with #CF66DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF66DB; }

 p { color: rgb(207,102,219); }

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

background-color css

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

 a { background-color: rgb(207,102,219); }

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

border-color css

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

 span { border-color: rgb(207,102,219); }

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