Html Css Color HEX #D47FDB Orchid

📋 copy color: '#D47FDB'

red 212 ◦ green 127 ◦ blue 219

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

Shades of Orchid #D47FDB

Tints of Orchid #D47FDB

RGB

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

 GREEN value IS 127 (50% from 255) = 22.76%

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

R = 37.99%
G = 22.76%
B = 39.25%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D47FDB (or 0xD47FDB) is known color: Orchid. HEX triplet: D4, 7F and DB. RGB value is (212,127,219). Sum of RGB (Red+Green+Blue) = 212+127+219=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 127 (50% from 255 or 22.76% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #D47FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47FDB is #2B8024. Grayscale: #A2A2A2. Windows color (decimal): -2850853 or 14385108. OLE color: 14385108.

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

Color convert

RGB 212 127 219 -
CMYK 0.03 0.42 0 0.14
HSL 295.43º 0.56% 0.68% -
HSV(B) 295.43º 0.42% 0.86% -
XYZ 47.53 34.29 71.13 -
YUV 162.9 159.66 163.02 -
System Red Green Blue C M Y K H S L
Decimal 212 127 219 0.03 0.42 0 0.14 295.43 0.56 0.68
Hex D4 7F DB 3 2A 0 E 127 38 44
Octal 324 177 333 3 52 0 16 447 70 104
Binary 11010100 1111111 11011011 11 101010 0 1110 100100111 111000 1000100

Color Harmonies of #D47FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47FDB

Black with #D47FDB

Text Example


Text Example

White with #D47FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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