#CD7ED1

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

Shades of Orchid #CD7ED1

Tints of Orchid #CD7ED1

Color information

#CD7ED1 (or 0xCD7ED1) is unknown color: approx Orchid. HEX triplet: CD, 7E and D1. RGB value is (205,126,209). Sum of RGB (Red+Green+Blue) = 205+126+209=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 126 (49.61% from 255 or 23.33% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 209 - color contains mainly: blue. Hex color #CD7ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7ED1 is #32812E. Grayscale: #9E9E9E. Windows color (decimal): -3309871 or 13729485. OLE color: 13729485.

HSL color Cylindrical-coordinate representation of color #CD7ED1: hue angle of 297.11º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD7ED1 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB205126209-
CMYK0.020.4000.18
HSL297.11º47.43%65.69%-
HSV(B)297.11º39.71%81.96%-
XYZ44.1532.564.27-
YUV159.08156.17160.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.96%
GREEN value IS 126 (49.61% from 255) = 23.33%
BLUE value IS 209 (82.03% from 255) = 38.70%
R=37.96%
G=23.33%
B=38.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051262090.020.4000.18297.1147.4365.69
HexCD7ED12280121292f42
Octal31517632125002245157102
Binary11001101111111011010001101010000100101001010011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7ED1; }

 p { color: rgb(205,126,209); }

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

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

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

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

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

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

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