Html Css Color HEX #D47DDB Orchid

📋 copy color: '#D47DDB'

red 212 ◦ green 125 ◦ blue 219

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

Shades of Orchid #D47DDB

Tints of Orchid #D47DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.48%

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

R = 38.13%
G = 22.48%
B = 39.39%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D47DDB (or 0xD47DDB) is known color: Orchid. HEX triplet: D4, 7D and DB. RGB value is (212,125,219). Sum of RGB (Red+Green+Blue) = 212+125+219=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 125 (49.22% from 255 or 22.48% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #D47DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47DDB is #2B8224. Grayscale: #A1A1A1. Windows color (decimal): -2851365 or 14384596. OLE color: 14384596.

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

Color convert

RGB 212 125 219 -
CMYK 0.03 0.43 0 0.14
HSL 295.53º 0.57% 0.67% -
HSV(B) 295.53º 0.43% 0.86% -
XYZ 47.27 33.78 71.05 -
YUV 161.73 160.32 163.86 -
System Red Green Blue C M Y K H S L
Decimal 212 125 219 0.03 0.43 0 0.14 295.53 0.57 0.67
Hex D4 7D DB 3 2B 0 E 128 39 43
Octal 324 175 333 3 53 0 16 450 71 103
Binary 11010100 1111101 11011011 11 101011 0 1110 100101000 111001 1000011

Color Harmonies of #D47DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47DDB

Black with #D47DDB

Text Example


Text Example

White with #D47DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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