Html Css Color HEX #D47EDD Orchid

📋 copy color: '#D47EDD'

red 212 ◦ green 126 ◦ blue 221

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

Shades of Orchid #D47EDD

Tints of Orchid #D47EDD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.54%

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

R = 37.92%
G = 22.54%
B = 39.53%

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

#D47EDD (or 0xD47EDD) is known color: Orchid. HEX triplet: D4, 7E and DD. RGB value is (212,126,221). Sum of RGB (Red+Green+Blue) = 212+126+221=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 126 (49.61% from 255 or 22.54% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #D47EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47EDD is #2B8122. Grayscale: #A2A2A2. Windows color (decimal): -2851107 or 14515924. OLE color: 14515924.

HSL color Cylindrical-coordinate representation of color #D47EDD: hue angle of 294.32º degrees, saturation: 0.58, 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 #D47EDD is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 126 221 -
CMYK 0.04 0.43 0 0.13
HSL 294.32º 0.58% 0.68% -
HSV(B) 294.32º 0.43% 0.87% -
XYZ 47.66 34.14 72.48 -
YUV 162.54 160.99 163.28 -
System Red Green Blue C M Y K H S L
Decimal 212 126 221 0.04 0.43 0 0.13 294.32 0.58 0.68
Hex D4 7E DD 4 2B 0 D 126 3A 44
Octal 324 176 335 4 53 0 15 446 72 104
Binary 11010100 1111110 11011101 100 101011 0 1101 100100110 111010 1000100

Color Harmonies of #D47EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47EDD

Black with #D47EDD

Text Example


Text Example

White with #D47EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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