Html Css Color HEX #D47ABB Orchid

📋 copy color: '#D47ABB'

red 212 ◦ green 122 ◦ blue 187

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

Shades of Orchid #D47ABB

Tints of Orchid #D47ABB

RGB

 RED value IS 212 (83.2% from 255) = 40.69%

 GREEN value IS 122 (48.05% from 255) = 23.42%

 BLUE value IS 187 (73.44% from 255) = 35.89%

R = 40.69%
G = 23.42%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D47ABB (or 0xD47ABB) is known color: Orchid. HEX triplet: D4, 7A and BB. RGB value is (212,122,187). Sum of RGB (Red+Green+Blue) = 212+122+187=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D47ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47ABB is #2B8544. Grayscale: #9C9C9C. Windows color (decimal): -2852165 or 12286676. OLE color: 12286676.

HSL color Cylindrical-coordinate representation of color #D47ABB: hue angle of 316.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47ABB is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 122 187 -
CMYK 0 0.42 0.12 0.17
HSL 316.67º 0.51% 0.65% -
HSV(B) 316.67º 0.42% 0.83% -
XYZ 43.08 31.5 50.82 -
YUV 156.32 145.32 167.71 -
System Red Green Blue C M Y K H S L
Decimal 212 122 187 0 0.42 0.12 0.17 316.67 0.51 0.65
Hex D4 7A BB 0 2A C 11 13D 33 41
Octal 324 172 273 0 52 14 21 475 63 101
Binary 11010100 1111010 10111011 0 101010 1100 10001 100111101 110011 1000001

Color Harmonies of #D47ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47ABB

Black with #D47ABB

Text Example


Text Example

White with #D47ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47ABB; }

 p { color: rgb(212,122,187); }

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

background-color css

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

 a { background-color: rgb(212,122,187); }

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

border-color css

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

 span { border-color: rgb(212,122,187); }

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