#CD7DCD

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

Shades of Orchid #CD7DCD

Tints of Orchid #CD7DCD

Color information

#CD7DCD (or 0xCD7DCD) is unknown color: approx Orchid. HEX triplet: CD, 7D and CD. RGB value is (205,125,205). Sum of RGB (Red+Green+Blue) = 205+125+205=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD7DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7DCD is #328232. Grayscale: #9D9D9D. Windows color (decimal): -3310131 or 13467085. OLE color: 13467085.

HSL color Cylindrical-coordinate representation of color #CD7DCD: hue angle of 300º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CD7DCD is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB205125205-
CMYK00.3900.20
HSL300º44.44%64.71%-
HSV(B)300º39.02%80.39%-
XYZ43.5332.0561.65-
YUV158.04154.5161.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.32%
GREEN value IS 125 (49.22% from 255) = 23.36%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=38.32%
G=23.36%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512520500.3900.2030044.4464.71
HexCD7DCD02701412c2c41
Octal31517531504702445454101
Binary1100110111111011100110101001110101001001011001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7DCD; }

 p { color: rgb(205,125,205); }

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

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

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

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

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

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

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