Html Css Color HEX #D47ABE Orchid

📋 copy color: '#D47ABE'

red 212 ◦ green 122 ◦ blue 190

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

Shades of Orchid #D47ABE

Tints of Orchid #D47ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.26%

R = 40.46%
G = 23.28%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D47ABE (or 0xD47ABE) is known color: Orchid. HEX triplet: D4, 7A and BE. RGB value is (212,122,190). Sum of RGB (Red+Green+Blue) = 212+122+190=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D47ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47ABE is #2B8541. Grayscale: #9C9C9C. Windows color (decimal): -2852162 or 12483284. OLE color: 12483284.

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

Color convert

RGB 212 122 190 -
CMYK 0 0.42 0.10 0.17
HSL 314.67º 0.51% 0.65% -
HSV(B) 314.67º 0.42% 0.83% -
XYZ 43.41 31.63 52.53 -
YUV 156.66 146.82 167.47 -
System Red Green Blue C M Y K H S L
Decimal 212 122 190 0 0.42 0.10 0.17 314.67 0.51 0.65
Hex D4 7A BE 0 2A A 11 13B 33 41
Octal 324 172 276 0 52 12 21 473 63 101
Binary 11010100 1111010 10111110 0 101010 1010 10001 100111011 110011 1000001

Color Harmonies of #D47ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47ABE

Black with #D47ABE

Text Example


Text Example

White with #D47ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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