#CF85DD

Color #CF85DD Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CF85DD

Tints of Orchid #CF85DD

Color information

#CF85DD (or 0xCF85DD) is unknown color: approx Orchid. HEX triplet: CF, 85 and DD. RGB value is (207,133,221). Sum of RGB (Red+Green+Blue) = 207+133+221=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF85DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF85DD is #307A22. Grayscale: #A4A4A4. Windows color (decimal): -3176995 or 14517711. OLE color: 14517711.

HSL color Cylindrical-coordinate representation of color #CF85DD: hue angle of 290.45º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF85DD is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207133221-
CMYK0.060.4000.13
HSL290.45º56.41%69.41%-
HSV(B)290.45º39.82%86.67%-
XYZ47.1735.2672.73-
YUV165.16159.52157.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.90%
GREEN value IS 133 (52.34% from 255) = 23.71%
BLUE value IS 221 (86.72% from 255) = 39.39%
R=36.90%
G=23.71%
B=39.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071332210.060.4000.13290.4556.4169.41
HexCF85DD6280D1223845
Octal31720533565001544270105
Binary110011111000010111011101110101000011011001000101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF85DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF85DD; }

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

 H1.HeaderClassName
 {
   color: #CF85DD;
 }
 .AnyTagClassName
 {
   color: #CF85DD;
 }
</style>
background-color css

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

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

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

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

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

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