Html Css Color HEX #D47ABA Orchid

📋 copy color: '#D47ABA'

red 212 ◦ green 122 ◦ blue 186

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

Shades of Orchid #D47ABA

Tints of Orchid #D47ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.77%

R = 40.77%
G = 23.46%
B = 35.77%

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

#D47ABA (or 0xD47ABA) is known color: Orchid. HEX triplet: D4, 7A and BA. RGB value is (212,122,186). Sum of RGB (Red+Green+Blue) = 212+122+186=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D47ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47ABA is #2B8545. Grayscale: #9C9C9C. Windows color (decimal): -2852166 or 12221140. OLE color: 12221140.

HSL color Cylindrical-coordinate representation of color #D47ABA: hue angle of 317.33º 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 #D47ABA is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 122 186 -
CMYK 0 0.42 0.12 0.17
HSL 317.33º 0.51% 0.65% -
HSV(B) 317.33º 0.42% 0.83% -
XYZ 42.97 31.46 50.26 -
YUV 156.21 144.82 167.8 -
System Red Green Blue C M Y K H S L
Decimal 212 122 186 0 0.42 0.12 0.17 317.33 0.51 0.65
Hex D4 7A BA 0 2A C 11 13D 33 41
Octal 324 172 272 0 52 14 21 475 63 101
Binary 11010100 1111010 10111010 0 101010 1100 10001 100111101 110011 1000001

Color Harmonies of #D47ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47ABA

Black with #D47ABA

Text Example


Text Example

White with #D47ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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