#CF82D0

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

Shades of Orchid #CF82D0

Tints of Orchid #CF82D0

Color information

#CF82D0 (or 0xCF82D0) is unknown color: approx Orchid. HEX triplet: CF, 82 and D0. RGB value is (207,130,208). Sum of RGB (Red+Green+Blue) = 207+130+208=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF82D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF82D0 is #307D2F. Grayscale: #A1A1A1. Windows color (decimal): -3177776 or 13664975. OLE color: 13664975.

HSL color Cylindrical-coordinate representation of color #CF82D0: hue angle of 299.23º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF82D0 is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB207130208-
CMYK0.000.3800.18
HSL299.23º45.35%66.27%-
HSV(B)299.23º37.5%81.57%-
XYZ45.133.7863.82-
YUV161.92154.01160.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.98%
GREEN value IS 130 (51.17% from 255) = 23.85%
BLUE value IS 208 (81.64% from 255) = 38.17%
R=37.98%
G=23.85%
B=38.17%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071302080.000.3800.18299.2345.3566.27
HexCF82D002601212b2d42
Octal31720232004602245355102
Binary11001111100000101101000001001100100101001010111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF82D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF82D0; }

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

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

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

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

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

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

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

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