#D66EB6

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

Shades of Orchid #D66EB6

Tints of Orchid #D66EB6

Color information

#D66EB6 (or 0xD66EB6) is unknown color: approx Orchid. HEX triplet: D6, 6E and B6. RGB value is (214,110,182). Sum of RGB (Red+Green+Blue) = 214+110+182=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D66EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66EB6 is #299149. Grayscale: #959595. Windows color (decimal): -2724170 or 11955926. OLE color: 11955926.

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

Color convert

RGB214110182-
CMYK00.490.150.16
HSL318.46º55.91%63.53%-
HSV(B)318.46º48.6%83.92%-
XYZ41.7528.8347.62-
YUV149.3146.46174.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.29%
GREEN value IS 110 (43.36% from 255) = 21.74%
BLUE value IS 182 (71.48% from 255) = 35.97%
R=42.29%
G=21.74%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411018200.490.150.16318.4655.9163.53
HexD66EB6031F1013e3840
Octal326156266061172047670100
Binary1101011011011101011011001100011111100001001111101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66EB6; }

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

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

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

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

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

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

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

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