#CD6EBF

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

Shades of Orchid #CD6EBF

Tints of Orchid #CD6EBF

Color information

#CD6EBF (or 0xCD6EBF) is unknown color: approx Orchid. HEX triplet: CD, 6E and BF. RGB value is (205,110,191). Sum of RGB (Red+Green+Blue) = 205+110+191=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6EBF is #329140. Grayscale: #939393. Windows color (decimal): -3313985 or 12545741. OLE color: 12545741.

HSL color Cylindrical-coordinate representation of color #CD6EBF: hue angle of 308.84º 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 #CD6EBF is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB205110191-
CMYK00.460.070.20
HSL308.84º48.72%61.76%-
HSV(B)308.84º46.34%80.39%-
XYZ40.1627.8952.56-
YUV147.64152.47168.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.51%
GREEN value IS 110 (43.36% from 255) = 21.74%
BLUE value IS 191 (75% from 255) = 37.75%
R=40.51%
G=21.74%
B=37.75%

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
Decimal20511019100.460.070.20308.8448.7261.76
HexCD6EBF02E714135313e
Octal3151562770567244656176
Binary11001101110111010111111010111011110100100110101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6EBF; }

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

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

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

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

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

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

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

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