#CF84CF

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

Shades of Orchid #CF84CF

Tints of Orchid #CF84CF

Color information

#CF84CF (or 0xCF84CF) is unknown color: approx Orchid. HEX triplet: CF, 84 and CF. RGB value is (207,132,207). Sum of RGB (Red+Green+Blue) = 207+132+207=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 132 (51.95% from 255 or 24.18% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF84CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF84CF is #307B30. Grayscale: #A2A2A2. Windows color (decimal): -3177265 or 13599951. OLE color: 13599951.

HSL color Cylindrical-coordinate representation of color #CF84CF: hue angle of 300º 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 #CF84CF is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB207132207-
CMYK00.3600.19
HSL300º43.86%66.47%-
HSV(B)300º36.23%81.18%-
XYZ45.2534.2763.26-
YUV162.98152.85159.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.91%
GREEN value IS 132 (51.95% from 255) = 24.18%
BLUE value IS 207 (81.25% from 255) = 37.91%
R=37.91%
G=24.18%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713220700.3600.1930043.8666.47
HexCF84CF02401312c2c42
Octal31720431704402345454102
Binary11001111100001001100111101001000100111001011001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF84CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF84CF; }

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

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

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

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

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

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

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

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