#CD82CB

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

Shades of Orchid #CD82CB

Tints of Orchid #CD82CB

Color information

#CD82CB (or 0xCD82CB) is unknown color: approx Orchid. HEX triplet: CD, 82 and CB. RGB value is (205,130,203). Sum of RGB (Red+Green+Blue) = 205+130+203=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 205 - color contains mainly: red. Hex color #CD82CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD82CB is #327D34. Grayscale: #A0A0A0. Windows color (decimal): -3308853 or 13337293. OLE color: 13337293.

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

Color convert

RGB205130203-
CMYK00.370.010.20
HSL301.6º42.86%65.69%-
HSV(B)301.6º36.59%80.39%-
XYZ43.9433.2660.6-
YUV160.75151.85159.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.10%
GREEN value IS 130 (51.17% from 255) = 24.16%
BLUE value IS 203 (79.69% from 255) = 37.73%
R=38.10%
G=24.16%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513020300.370.010.20301.642.8665.69
HexCD82CB02511412e2b42
Octal31520231304512445653102
Binary11001101100000101100101101001011101001001011101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD82CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD82CB; }

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

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

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

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

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

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

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

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