#CF84C3

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

Shades of Orchid #CF84C3

Tints of Orchid #CF84C3

Color information

#CF84C3 (or 0xCF84C3) is unknown color: approx Orchid. HEX triplet: CF, 84 and C3. RGB value is (207,132,195). Sum of RGB (Red+Green+Blue) = 207+132+195=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 132 (51.95% from 255 or 24.72% from 534); Blue value is 195 (76.56% from 255 or 36.52% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CF84C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF84C3 is #307B3C. Grayscale: #A1A1A1. Windows color (decimal): -3177277 or 12813519. OLE color: 12813519.

HSL color Cylindrical-coordinate representation of color #CF84C3: hue angle of 309.6º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF84C3 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB207132195-
CMYK00.360.060.19
HSL309.6º43.86%66.47%-
HSV(B)309.6º36.23%81.18%-
XYZ43.8333.7155.83-
YUV161.61146.85160.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.76%
GREEN value IS 132 (51.95% from 255) = 24.72%
BLUE value IS 195 (76.56% from 255) = 36.52%
R=38.76%
G=24.72%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713219500.360.060.19309.643.8666.47
HexCF84C30246131362c42
Octal31720430304462346654102
Binary1100111110000100110000110100100110100111001101101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF84C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF84C3; }

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

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

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

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

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

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

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

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