#CF84DD

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

Shades of Orchid #CF84DD

Tints of Orchid #CF84DD

Color information

#CF84DD (or 0xCF84DD) is unknown color: approx Orchid. HEX triplet: CF, 84 and DD. RGB value is (207,132,221). Sum of RGB (Red+Green+Blue) = 207+132+221=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 132 (51.95% from 255 or 23.57% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF84DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF84DD is #307B22. Grayscale: #A4A4A4. Windows color (decimal): -3177251 or 14517455. OLE color: 14517455.

HSL color Cylindrical-coordinate representation of color #CF84DD: hue angle of 290.56º degrees, saturation: 0.57, 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 #CF84DD is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207132221-
CMYK0.060.4000.13
HSL290.56º56.69%69.22%-
HSV(B)290.56º40.27%86.67%-
XYZ47.0334.9972.68-
YUV164.57159.85158.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.96%
GREEN value IS 132 (51.95% from 255) = 23.57%
BLUE value IS 221 (86.72% from 255) = 39.46%
R=36.96%
G=23.57%
B=39.46%

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
Decimal2071322210.060.4000.13290.5656.6969.22
HexCF84DD6280D1233945
Octal31720433565001544371105
Binary110011111000010011011101110101000011011001000111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF84DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF84DD; }

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

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

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

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

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

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

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

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