Html Css Color HEX #CF85DB Orchid

📋 copy color: '#CF85DB'

red 207 ◦ green 133 ◦ blue 219

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

Shades of Orchid #CF85DB

Tints of Orchid #CF85DB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.79%

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

R = 37.03%
G = 23.79%
B = 39.18%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF85DB (or 0xCF85DB) is known color: Orchid. HEX triplet: CF, 85 and DB. RGB value is (207,133,219). Sum of RGB (Red+Green+Blue) = 207+133+219=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF85DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF85DB is #307A24. Grayscale: #A4A4A4. Windows color (decimal): -3176997 or 14386639. OLE color: 14386639.

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

Color convert

RGB 207 133 219 -
CMYK 0.05 0.39 0 0.14
HSL 291.63º 0.54% 0.69% -
HSV(B) 291.63º 0.39% 0.86% -
XYZ 46.91 35.15 71.33 -
YUV 164.93 158.52 158.01 -
System Red Green Blue C M Y K H S L
Decimal 207 133 219 0.05 0.39 0 0.14 291.63 0.54 0.69
Hex CF 85 DB 5 27 0 E 124 36 45
Octal 317 205 333 5 47 0 16 444 66 105
Binary 11001111 10000101 11011011 101 100111 0 1110 100100100 110110 1000101

Color Harmonies of #CF85DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF85DB

Black with #CF85DB

Text Example


Text Example

White with #CF85DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF85DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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