#D66DBC

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

Shades of Orchid #D66DBC

Tints of Orchid #D66DBC

Color information

#D66DBC (or 0xD66DBC) is unknown color: approx Orchid. HEX triplet: D6, 6D and BC. RGB value is (214,109,188). Sum of RGB (Red+Green+Blue) = 214+109+188=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D66DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66DBC is #299243. Grayscale: #959595. Windows color (decimal): -2724420 or 12348886. OLE color: 12348886.

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

Color convert

RGB214109188-
CMYK00.490.120.16
HSL314.86º56.15%63.33%-
HSV(B)314.86º49.07%83.92%-
XYZ42.2828.8650.92-
YUV149.4149.79174.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.88%
GREEN value IS 109 (42.97% from 255) = 21.33%
BLUE value IS 188 (73.83% from 255) = 36.79%
R=41.88%
G=21.33%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410918800.490.120.16314.8656.1563.33
HexD66DBC031C1013b383f
Octal32615527406114204737077
Binary110101101101101101111000110001110010000100111011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66DBC; }

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

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

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

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

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

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

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

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