#CD7ED3

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

Shades of Orchid #CD7ED3

Tints of Orchid #CD7ED3

Color information

#CD7ED3 (or 0xCD7ED3) is unknown color: approx Orchid. HEX triplet: CD, 7E and D3. RGB value is (205,126,211). Sum of RGB (Red+Green+Blue) = 205+126+211=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 126 (49.61% from 255 or 23.25% from 542); Blue value is 211 (82.81% from 255 or 38.93% from 542); Max value from RGB is 211 - color contains mainly: blue. Hex color #CD7ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7ED3 is #32812C. Grayscale: #9F9F9F. Windows color (decimal): -3309869 or 13860557. OLE color: 13860557.

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

Color convert

RGB205126211-
CMYK0.030.4000.17
HSL295.76º49.13%66.08%-
HSV(B)295.76º40.28%82.75%-
XYZ44.432.665.58-
YUV159.31157.17160.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.82%
GREEN value IS 126 (49.61% from 255) = 23.25%
BLUE value IS 211 (82.81% from 255) = 38.93%
R=37.82%
G=23.25%
B=38.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2051262110.030.4000.17295.7649.1366.08
HexCD7ED33280111283142
Octal31517632335002145061102
Binary11001101111111011010011111010000100011001010001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7ED3; }

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

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

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

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

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

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

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

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