#CD82C7

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

Shades of Orchid #CD82C7

Tints of Orchid #CD82C7

Color information

#CD82C7 (or 0xCD82C7) is unknown color: approx Orchid. HEX triplet: CD, 82 and C7. RGB value is (205,130,199). Sum of RGB (Red+Green+Blue) = 205+130+199=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 130 (51.17% from 255 or 24.34% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 205 - color contains mainly: red. Hex color #CD82C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD82C7 is #327D38. Grayscale: #A0A0A0. Windows color (decimal): -3308857 or 13075149. OLE color: 13075149.

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

Color convert

RGB205130199-
CMYK00.370.030.20
HSL304.8º42.86%65.69%-
HSV(B)304.8º36.59%80.39%-
XYZ43.4733.0758.12-
YUV160.29149.85159.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.39%
GREEN value IS 130 (51.17% from 255) = 24.34%
BLUE value IS 199 (78.12% from 255) = 37.27%
R=38.39%
G=24.34%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513019900.370.030.20304.842.8665.69
HexCD82C70253141312b42
Octal31520230704532446153102
Binary110011011000001011000111010010111101001001100011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD82C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD82C7; }

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

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

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

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

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

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

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

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