Html Css Color HEX #D66AB8 Orchid

📋 copy color: '#D66AB8'

red 214 ◦ green 106 ◦ blue 184

#D66AB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D66AB8

Tints of Orchid #D66AB8

RGB

 RED value IS 214 (83.98% from 255) = 42.46%

 GREEN value IS 106 (41.8% from 255) = 21.03%

 BLUE value IS 184 (72.27% from 255) = 36.51%

R = 42.46%
G = 21.03%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D66AB8 (or 0xD66AB8) is known color: Orchid. HEX triplet: D6, 6A and B8. RGB value is (214,106,184). Sum of RGB (Red+Green+Blue) = 214+106+184=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 184 (72.27% from 255 or 36.51% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D66AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66AB8 is #299547. Grayscale: #929292. Windows color (decimal): -2725192 or 12085974. OLE color: 12085974.

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

Color convert

RGB 214 106 184 -
CMYK 0 0.50 0.14 0.16
HSL 316.67º 0.57% 0.63% -
HSV(B) 316.67º 0.5% 0.84% -
XYZ 41.54 28.06 48.58 -
YUV 147.18 148.78 175.66 -
System Red Green Blue C M Y K H S L
Decimal 214 106 184 0 0.50 0.14 0.16 316.67 0.57 0.63
Hex D6 6A B8 0 32 E 10 13D 39 3F
Octal 326 152 270 0 62 16 20 475 71 77
Binary 11010110 1101010 10111000 0 110010 1110 10000 100111101 111001 111111

Color Harmonies of #D66AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66AB8

Black with #D66AB8

Text Example


Text Example

White with #D66AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66AB8; }

 p { color: rgb(214,106,184); }

 H1.HeaderClassName
 {
   color: #D66AB8;
 }
 .AnyTagClassName
 {
   color: #D66AB8;
 }
</style>

background-color css

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

 a { background-color: rgb(214,106,184); }

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

border-color css

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

 span { border-color: rgb(214,106,184); }

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