#D66DBA

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

Shades of Orchid #D66DBA

Tints of Orchid #D66DBA

Color information

#D66DBA (or 0xD66DBA) is unknown color: approx Orchid. HEX triplet: D6, 6D and BA. RGB value is (214,109,186). Sum of RGB (Red+Green+Blue) = 214+109+186=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D66DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66DBA is #299245. Grayscale: #949494. Windows color (decimal): -2724422 or 12217814. OLE color: 12217814.

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

Color convert

RGB214109186-
CMYK00.490.130.16
HSL316º56.15%63.33%-
HSV(B)316º49.07%83.92%-
XYZ42.0628.7849.79-
YUV149.17148.79174.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.04%
GREEN value IS 109 (42.97% from 255) = 21.41%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=42.04%
G=21.41%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410918600.490.130.1631656.1563.33
HexD66DBA031D1013c383f
Octal32615527206115204747077
Binary110101101101101101110100110001110110000100111100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66DBA; }

 p { color: rgb(214,109,186); }

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

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

 a { background-color: rgb(214,109,186); }

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

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

 span { border-color: rgb(214,109,186); }

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