#CF82CC

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

Shades of Orchid #CF82CC

Tints of Orchid #CF82CC

Color information

#CF82CC (or 0xCF82CC) is unknown color: approx Orchid. HEX triplet: CF, 82 and CC. RGB value is (207,130,204). Sum of RGB (Red+Green+Blue) = 207+130+204=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CF82CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF82CC is #307D33. Grayscale: #A1A1A1. Windows color (decimal): -3177780 or 13402831. OLE color: 13402831.

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

Color convert

RGB207130204-
CMYK00.370.010.19
HSL302.34º44.51%66.08%-
HSV(B)302.34º37.2%81.18%-
XYZ44.6133.5961.26-
YUV161.46152.01160.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.26%
GREEN value IS 130 (51.17% from 255) = 24.03%
BLUE value IS 204 (80.08% from 255) = 37.71%
R=38.26%
G=24.03%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713020400.370.010.19302.3444.5166.08
HexCF82CC02511312e2d42
Octal31720231404512345655102
Binary11001111100000101100110001001011100111001011101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF82CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF82CC; }

 p { color: rgb(207,130,204); }

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

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

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

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

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

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

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