Html Css Color HEX #D47DDD Orchid

📋 copy color: '#D47DDD'

red 212 ◦ green 125 ◦ blue 221

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

Shades of Orchid #D47DDD

Tints of Orchid #D47DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.61%

R = 37.99%
G = 22.4%
B = 39.61%

CMYK

 C value IS 0.04

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D47DDD (or 0xD47DDD) is known color: Orchid. HEX triplet: D4, 7D and DD. RGB value is (212,125,221). Sum of RGB (Red+Green+Blue) = 212+125+221=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #D47DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47DDD is #2B8222. Grayscale: #A1A1A1. Windows color (decimal): -2851363 or 14515668. OLE color: 14515668.

HSL color Cylindrical-coordinate representation of color #D47DDD: hue angle of 294.38º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D47DDD is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 125 221 -
CMYK 0.04 0.43 0 0.13
HSL 294.38º 0.59% 0.68% -
HSV(B) 294.38º 0.43% 0.87% -
XYZ 47.54 33.88 72.44 -
YUV 161.96 161.32 163.69 -
System Red Green Blue C M Y K H S L
Decimal 212 125 221 0.04 0.43 0 0.13 294.38 0.59 0.68
Hex D4 7D DD 4 2B 0 D 126 3B 44
Octal 324 175 335 4 53 0 15 446 73 104
Binary 11010100 1111101 11011101 100 101011 0 1101 100100110 111011 1000100

Color Harmonies of #D47DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47DDD

Black with #D47DDD

Text Example


Text Example

White with #D47DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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