#CF82CD

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

Shades of Orchid #CF82CD

Tints of Orchid #CF82CD

Color information

#CF82CD (or 0xCF82CD) is unknown color: approx Orchid. HEX triplet: CF, 82 and CD. RGB value is (207,130,205). Sum of RGB (Red+Green+Blue) = 207+130+205=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 130 (51.17% from 255 or 23.99% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CF82CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF82CD is #307D32. Grayscale: #A1A1A1. Windows color (decimal): -3177779 or 13468367. OLE color: 13468367.

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

Color convert

RGB207130205-
CMYK00.370.010.19
HSL301.56º44.51%66.08%-
HSV(B)301.56º37.2%81.18%-
XYZ44.7333.6461.89-
YUV161.57152.51160.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.19%
GREEN value IS 130 (51.17% from 255) = 23.99%
BLUE value IS 205 (80.47% from 255) = 37.82%
R=38.19%
G=23.99%
B=37.82%

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
Decimal20713020500.370.010.19301.5644.5166.08
HexCF82CD02511312e2d42
Octal31720231504512345655102
Binary11001111100000101100110101001011100111001011101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF82CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF82CD; }

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

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

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

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

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

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

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

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