#cd6ebe

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

Shades of Orchid #CD6EBE

Tints of Orchid #CD6EBE

Color information

#CD6EBE (or 0xCD6EBE) is unknown color: approx Orchid. HEX triplet: CD, 6E and BE. RGB value is (205,110,190). Sum of RGB (Red+Green+Blue) = 205+110+190=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6EBE is #329141. Grayscale: #939393. Windows color (decimal): -3313986 or 12480205. OLE color: 12480205.

HSL color Cylindrical-coordinate representation of color #CD6EBE: hue angle of 309.47º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD6EBE is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB205110190-
CMYK00.460.070.20
HSL309.47º48.72%61.76%-
HSV(B)309.47º46.34%80.39%-
XYZ40.0527.8551.98-
YUV147.52151.97169-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.59%
GREEN value IS 110 (43.36% from 255) = 21.78%
BLUE value IS 190 (74.61% from 255) = 37.62%
R=40.59%
G=21.78%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511019000.460.070.20309.4748.7261.76
HexCD6EBE02E714135313e
Octal3151562760567244656176
Binary11001101110111010111110010111011110100100110101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd6ebe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd6ebe; }

 p { color: rgb(205,110,190); }

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

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

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

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

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

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

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