#CD82C5

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

Shades of Orchid #CD82C5

Tints of Orchid #CD82C5

Color information

#CD82C5 (or 0xCD82C5) is unknown color: approx Orchid. HEX triplet: CD, 82 and C5. RGB value is (205,130,197). Sum of RGB (Red+Green+Blue) = 205+130+197=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 130 (51.17% from 255 or 24.44% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CD82C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD82C5 is #327D3A. Grayscale: #9F9F9F. Windows color (decimal): -3308859 or 12944077. OLE color: 12944077.

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

Color convert

RGB205130197-
CMYK00.370.040.20
HSL306.4º42.86%65.69%-
HSV(B)306.4º36.59%80.39%-
XYZ43.2432.9856.91-
YUV160.06148.85160.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.53%
GREEN value IS 130 (51.17% from 255) = 24.44%
BLUE value IS 197 (77.34% from 255) = 37.03%
R=38.53%
G=24.44%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513019700.370.040.20306.442.8665.69
HexCD82C50254141322b42
Octal31520230504542446253102
Binary1100110110000010110001010100101100101001001100101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD82C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD82C5; }

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

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

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

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

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

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

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

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