#D66ECD

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

Shades of Orchid #D66ECD

Tints of Orchid #D66ECD

Color information

#D66ECD (or 0xD66ECD) is unknown color: approx Orchid. HEX triplet: D6, 6E and CD. RGB value is (214,110,205). Sum of RGB (Red+Green+Blue) = 214+110+205=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 110 (43.36% from 255 or 20.79% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D66ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66ECD is #299132. Grayscale: #979797. Windows color (decimal): -2724147 or 13463254. OLE color: 13463254.

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

Color convert

RGB214110205-
CMYK00.490.040.16
HSL305.19º55.91%63.53%-
HSV(B)305.19º48.6%83.92%-
XYZ44.3329.8661.18-
YUV151.93157.96172.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.45%
GREEN value IS 110 (43.36% from 255) = 20.79%
BLUE value IS 205 (80.47% from 255) = 38.75%
R=40.45%
G=20.79%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411020500.490.040.16305.1955.9163.53
HexD66ECD0314101313840
Octal32615631506142046170100
Binary110101101101110110011010110001100100001001100011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66ECD; }

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

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

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

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

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

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

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

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