Html Css Color HEX #D47ABD Orchid

📋 copy color: '#D47ABD'

red 212 ◦ green 122 ◦ blue 189

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

Shades of Orchid #D47ABD

Tints of Orchid #D47ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.14%

R = 40.54%
G = 23.33%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D47ABD (or 0xD47ABD) is known color: Orchid. HEX triplet: D4, 7A and BD. RGB value is (212,122,189). Sum of RGB (Red+Green+Blue) = 212+122+189=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D47ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47ABD is #2B8542. Grayscale: #9C9C9C. Windows color (decimal): -2852163 or 12417748. OLE color: 12417748.

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

Color convert

RGB 212 122 189 -
CMYK 0 0.42 0.11 0.17
HSL 315.33º 0.51% 0.65% -
HSV(B) 315.33º 0.42% 0.83% -
XYZ 43.3 31.59 51.96 -
YUV 156.55 146.32 167.55 -
System Red Green Blue C M Y K H S L
Decimal 212 122 189 0 0.42 0.11 0.17 315.33 0.51 0.65
Hex D4 7A BD 0 2A B 11 13B 33 41
Octal 324 172 275 0 52 13 21 473 63 101
Binary 11010100 1111010 10111101 0 101010 1011 10001 100111011 110011 1000001

Color Harmonies of #D47ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47ABD

Black with #D47ABD

Text Example


Text Example

White with #D47ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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