#CD82CA

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

Shades of Orchid #CD82CA

Tints of Orchid #CD82CA

Color information

#CD82CA (or 0xCD82CA) is unknown color: approx Orchid. HEX triplet: CD, 82 and CA. RGB value is (205,130,202). Sum of RGB (Red+Green+Blue) = 205+130+202=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 205 - color contains mainly: red. Hex color #CD82CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD82CA is #327D35. Grayscale: #A0A0A0. Windows color (decimal): -3308854 or 13271757. OLE color: 13271757.

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

Color convert

RGB205130202-
CMYK00.370.010.20
HSL302.4º42.86%65.69%-
HSV(B)302.4º36.59%80.39%-
XYZ43.8233.2159.98-
YUV160.63151.35159.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.18%
GREEN value IS 130 (51.17% from 255) = 24.21%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=38.18%
G=24.21%
B=37.62%

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
Decimal20513020200.370.010.20302.442.8665.69
HexCD82CA02511412e2b42
Octal31520231204512445653102
Binary11001101100000101100101001001011101001001011101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD82CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD82CA; }

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

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

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

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

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

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

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

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