Html Css Color HEX #D66ABF Orchid

📋 copy color: '#D66ABF'

red 214 ◦ green 106 ◦ blue 191

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

Shades of Orchid #D66ABF

Tints of Orchid #D66ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.38%

R = 41.88%
G = 20.74%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D66ABF (or 0xD66ABF) is known color: Orchid. HEX triplet: D6, 6A and BF. RGB value is (214,106,191). Sum of RGB (Red+Green+Blue) = 214+106+191=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D66ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66ABF is #299540. Grayscale: #939393. Windows color (decimal): -2725185 or 12544726. OLE color: 12544726.

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

Color convert

RGB 214 106 191 -
CMYK 0 0.50 0.11 0.16
HSL 312.78º 0.57% 0.63% -
HSV(B) 312.78º 0.5% 0.84% -
XYZ 42.29 28.37 52.54 -
YUV 147.98 152.28 175.09 -
System Red Green Blue C M Y K H S L
Decimal 214 106 191 0 0.50 0.11 0.16 312.78 0.57 0.63
Hex D6 6A BF 0 32 B 10 139 39 3F
Octal 326 152 277 0 62 13 20 471 71 77
Binary 11010110 1101010 10111111 0 110010 1011 10000 100111001 111001 111111

Color Harmonies of #D66ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66ABF

Black with #D66ABF

Text Example


Text Example

White with #D66ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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