#d66ecf

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

Shades of Orchid #D66ECF

Tints of Orchid #D66ECF

Color information

#D66ECF (or 0xD66ECF) is unknown color: approx Orchid. HEX triplet: D6, 6E and CF. RGB value is (214,110,207). Sum of RGB (Red+Green+Blue) = 214+110+207=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 110 (43.36% from 255 or 20.72% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D66ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66ECF is #299130. Grayscale: #979797. Windows color (decimal): -2724145 or 13594326. OLE color: 13594326.

HSL color Cylindrical-coordinate representation of color #D66ECF: hue angle of 304.04º 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 #D66ECF is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB214110207-
CMYK00.490.030.16
HSL304.04º55.91%63.53%-
HSV(B)304.04º48.6%83.92%-
XYZ44.5729.9562.46-
YUV152.15158.96172.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.30%
GREEN value IS 110 (43.36% from 255) = 20.72%
BLUE value IS 207 (81.25% from 255) = 38.98%
R=40.30%
G=20.72%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411020700.490.030.16304.0455.9163.53
HexD66ECF0313101303840
Octal32615631706132046070100
Binary11010110110111011001111011000111100001001100001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d66ecf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d66ecf; }

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

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

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

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

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

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

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

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