#D66BB4

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

Shades of Orchid #D66BB4

Tints of Orchid #D66BB4

Color information

#D66BB4 (or 0xD66BB4) is unknown color: approx Orchid. HEX triplet: D6, 6B and B4. RGB value is (214,107,180). Sum of RGB (Red+Green+Blue) = 214+107+180=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D66BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66BB4 is #29944B. Grayscale: #939393. Windows color (decimal): -2724940 or 11824086. OLE color: 11824086.

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

Color convert

RGB214107180-
CMYK00.500.160.16
HSL319.07º56.61%62.94%-
HSV(B)319.07º50%83.92%-
XYZ41.2328.1146.43-
YUV147.32146.45175.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.71%
GREEN value IS 107 (42.19% from 255) = 21.36%
BLUE value IS 180 (70.70% from 255) = 35.93%
R=42.71%
G=21.36%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410718000.500.160.16319.0756.6162.94
HexD66BB4032101013f393f
Octal32615326406220204777177
Binary1101011011010111011010001100101000010000100111111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66BB4; }

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

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

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

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

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

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

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

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