Html Css Color HEX #D47ACE Orchid

📋 copy color: '#D47ACE'

red 212 ◦ green 122 ◦ blue 206

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

Shades of Orchid #D47ACE

Tints of Orchid #D47ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.15%

R = 39.26%
G = 22.59%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D47ACE (or 0xD47ACE) is known color: Orchid. HEX triplet: D4, 7A and CE. RGB value is (212,122,206). Sum of RGB (Red+Green+Blue) = 212+122+206=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 122 (48.05% from 255 or 22.59% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 212 - color contains mainly: red. Hex color #D47ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47ACE is #2B8531. Grayscale: #9E9E9E. Windows color (decimal): -2852146 or 13531860. OLE color: 13531860.

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

Color convert

RGB 212 122 206 -
CMYK 0 0.42 0.03 0.17
HSL 304º 0.51% 0.65% -
HSV(B) 304º 0.42% 0.83% -
XYZ 45.25 32.37 62.26 -
YUV 158.49 154.82 166.17 -
System Red Green Blue C M Y K H S L
Decimal 212 122 206 0 0.42 0.03 0.17 304 0.51 0.65
Hex D4 7A CE 0 2A 3 11 130 33 41
Octal 324 172 316 0 52 3 21 460 63 101
Binary 11010100 1111010 11001110 0 101010 11 10001 100110000 110011 1000001

Color Harmonies of #D47ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47ACE

Black with #D47ACE

Text Example


Text Example

White with #D47ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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