#CD82D4

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

Shades of Orchid #CD82D4

Tints of Orchid #CD82D4

Color information

#CD82D4 (or 0xCD82D4) is unknown color: approx Orchid. HEX triplet: CD, 82 and D4. RGB value is (205,130,212). Sum of RGB (Red+Green+Blue) = 205+130+212=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 212 - color contains mainly: blue. Hex color #CD82D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD82D4 is #327D2B. Grayscale: #A1A1A1. Windows color (decimal): -3308844 or 13927117. OLE color: 13927117.

HSL color Cylindrical-coordinate representation of color #CD82D4: hue angle of 294.88º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CD82D4 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB205130212-
CMYK0.030.3900.17
HSL294.88º48.81%67.06%-
HSV(B)294.88º38.68%83.14%-
XYZ45.0433.766.42-
YUV161.77156.35158.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.48%
GREEN value IS 130 (51.17% from 255) = 23.77%
BLUE value IS 212 (83.20% from 255) = 38.76%
R=37.48%
G=23.77%
B=38.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2051302120.030.3900.17294.8848.8167.06
HexCD82D43270111273143
Octal31520232434702144761103
Binary110011011000001011010100111001110100011001001111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD82D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD82D4; }

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

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

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

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

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

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

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

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