#CD82BF

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

Shades of Orchid #CD82BF

Tints of Orchid #CD82BF

Color information

#CD82BF (or 0xCD82BF) is unknown color: approx Orchid. HEX triplet: CD, 82 and BF. RGB value is (205,130,191). Sum of RGB (Red+Green+Blue) = 205+130+191=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 205 - color contains mainly: red. Hex color #CD82BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD82BF is #327D40. Grayscale: #9F9F9F. Windows color (decimal): -3308865 or 12550861. OLE color: 12550861.

HSL color Cylindrical-coordinate representation of color #CD82BF: hue angle of 311.2º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD82BF is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB205130191-
CMYK00.370.070.20
HSL311.2º42.86%65.69%-
HSV(B)311.2º36.59%80.39%-
XYZ42.5632.7153.36-
YUV159.38145.85160.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.97%
GREEN value IS 130 (51.17% from 255) = 24.71%
BLUE value IS 191 (75% from 255) = 36.31%
R=38.97%
G=24.71%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513019100.370.070.20311.242.8665.69
HexCD82BF0257141372b42
Octal31520227704572446753102
Binary1100110110000010101111110100101111101001001101111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD82BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD82BF; }

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

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

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

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

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

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

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

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