#cd7ed6

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

Shades of Orchid #CD7ED6

Tints of Orchid #CD7ED6

Color information

#CD7ED6 (or 0xCD7ED6) is unknown color: approx Orchid. HEX triplet: CD, 7E and D6. RGB value is (205,126,214). Sum of RGB (Red+Green+Blue) = 205+126+214=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 126 (49.61% from 255 or 23.12% from 545); Blue value is 214 (83.98% from 255 or 39.27% from 545); Max value from RGB is 214 - color contains mainly: blue. Hex color #CD7ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7ED6 is #328129. Grayscale: #9F9F9F. Windows color (decimal): -3309866 or 14057165. OLE color: 14057165.

HSL color Cylindrical-coordinate representation of color #CD7ED6: hue angle of 293.86º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CD7ED6 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205126214-
CMYK0.040.4100.16
HSL293.86º51.76%66.67%-
HSV(B)293.86º41.12%83.92%-
XYZ44.7832.7667.58-
YUV159.65158.67160.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.61%
GREEN value IS 126 (49.61% from 255) = 23.12%
BLUE value IS 214 (83.98% from 255) = 39.27%
R=37.61%
G=23.12%
B=39.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051262140.040.4100.16293.8651.7666.67
HexCD7ED64290101263443
Octal31517632645102044664103
Binary110011011111110110101101001010010100001001001101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd7ed6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd7ed6; }

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

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

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

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

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

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

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

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