#CF84DE

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

Shades of Orchid #CF84DE

Tints of Orchid #CF84DE

Color information

#CF84DE (or 0xCF84DE) is unknown color: approx Orchid. HEX triplet: CF, 84 and DE. RGB value is (207,132,222). Sum of RGB (Red+Green+Blue) = 207+132+222=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF84DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF84DE is #307B21. Grayscale: #A4A4A4. Windows color (decimal): -3177250 or 14582991. OLE color: 14582991.

HSL color Cylindrical-coordinate representation of color #CF84DE: hue angle of 290º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF84DE is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207132222-
CMYK0.070.4100.13
HSL290º57.69%69.41%-
HSV(B)290º40.54%87.06%-
XYZ47.1735.0473.38-
YUV164.68160.35158.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.90%
GREEN value IS 132 (51.95% from 255) = 23.53%
BLUE value IS 222 (87.11% from 255) = 39.57%
R=36.90%
G=23.53%
B=39.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071322220.070.4100.1329057.6969.41
HexCF84DE7290D1223a45
Octal31720433675101544272105
Binary110011111000010011011110111101001011011001000101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF84DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF84DE; }

 p { color: rgb(207,132,222); }

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

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

 a { background-color: rgb(207,132,222); }

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

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

 span { border-color: rgb(207,132,222); }

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