Html Css Color HEX #D66AB7 Orchid

📋 copy color: '#D66AB7'

red 214 ◦ green 106 ◦ blue 183

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

Shades of Orchid #D66AB7

Tints of Orchid #D66AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.38%

R = 42.54%
G = 21.07%
B = 36.38%

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

#D66AB7 (or 0xD66AB7) is known color: Orchid. HEX triplet: D6, 6A and B7. RGB value is (214,106,183). Sum of RGB (Red+Green+Blue) = 214+106+183=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D66AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66AB7 is #299548. Grayscale: #929292. Windows color (decimal): -2725193 or 12020438. OLE color: 12020438.

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

Color convert

RGB 214 106 183 -
CMYK 0 0.50 0.14 0.16
HSL 317.22º 0.57% 0.63% -
HSV(B) 317.22º 0.5% 0.84% -
XYZ 41.43 28.02 48.03 -
YUV 147.07 148.28 175.74 -
System Red Green Blue C M Y K H S L
Decimal 214 106 183 0 0.50 0.14 0.16 317.22 0.57 0.63
Hex D6 6A B7 0 32 E 10 13D 39 3F
Octal 326 152 267 0 62 16 20 475 71 77
Binary 11010110 1101010 10110111 0 110010 1110 10000 100111101 111001 111111

Color Harmonies of #D66AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66AB7

Black with #D66AB7

Text Example


Text Example

White with #D66AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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