#d66bbe

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

Shades of Orchid #D66BBE

Tints of Orchid #D66BBE

Color information

#D66BBE (or 0xD66BBE) is unknown color: approx Orchid. HEX triplet: D6, 6B and BE. RGB value is (214,107,190). Sum of RGB (Red+Green+Blue) = 214+107+190=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D66BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66BBE is #299441. Grayscale: #949494. Windows color (decimal): -2724930 or 12479446. OLE color: 12479446.

HSL color Cylindrical-coordinate representation of color #D66BBE: hue angle of 313.46º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66BBE is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB214107190-
CMYK00.500.110.16
HSL313.46º56.61%62.94%-
HSV(B)313.46º50%83.92%-
XYZ42.2828.5351.99-
YUV148.45151.45174.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.88%
GREEN value IS 107 (42.19% from 255) = 20.94%
BLUE value IS 190 (74.61% from 255) = 37.18%
R=41.88%
G=20.94%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410719000.500.110.16313.4656.6162.94
HexD66BBE032B10139393f
Octal32615327606213204717177
Binary110101101101011101111100110010101110000100111001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d66bbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d66bbe; }

 p { color: rgb(214,107,190); }

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

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

 a { background-color: rgb(214,107,190); }

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

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

 span { border-color: rgb(214,107,190); }

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