Html Css Color HEX #D47ADB Orchid

📋 copy color: '#D47ADB'

red 212 ◦ green 122 ◦ blue 219

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

Shades of Orchid #D47ADB

Tints of Orchid #D47ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.6%

R = 38.34%
G = 22.06%
B = 39.6%

CMYK

 C value IS 0.03

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D47ADB (or 0xD47ADB) is known color: Orchid. HEX triplet: D4, 7A and DB. RGB value is (212,122,219). Sum of RGB (Red+Green+Blue) = 212+122+219=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #D47ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47ADB is #2B8524. Grayscale: #9F9F9F. Windows color (decimal): -2852133 or 14383828. OLE color: 14383828.

HSL color Cylindrical-coordinate representation of color #D47ADB: hue angle of 295.67º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D47ADB is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 122 219 -
CMYK 0.03 0.44 0 0.14
HSL 295.67º 0.57% 0.67% -
HSV(B) 295.67º 0.44% 0.86% -
XYZ 46.9 33.03 70.92 -
YUV 159.97 161.32 165.11 -
System Red Green Blue C M Y K H S L
Decimal 212 122 219 0.03 0.44 0 0.14 295.67 0.57 0.67
Hex D4 7A DB 3 2C 0 E 128 39 43
Octal 324 172 333 3 54 0 16 450 71 103
Binary 11010100 1111010 11011011 11 101100 0 1110 100101000 111001 1000011

Color Harmonies of #D47ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47ADB

Black with #D47ADB

Text Example


Text Example

White with #D47ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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