Html Css Color HEX #D47EDF Orchid

📋 copy color: '#D47EDF'

red 212 ◦ green 126 ◦ blue 223

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

Shades of Orchid #D47EDF

Tints of Orchid #D47EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.75%

R = 37.79%
G = 22.46%
B = 39.75%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D47EDF (or 0xD47EDF) is known color: Orchid. HEX triplet: D4, 7E and DF. RGB value is (212,126,223). Sum of RGB (Red+Green+Blue) = 212+126+223=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 126 (49.61% from 255 or 22.46% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #D47EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47EDF is #2B8120. Grayscale: #A2A2A2. Windows color (decimal): -2851105 or 14646996. OLE color: 14646996.

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

Color convert

RGB 212 126 223 -
CMYK 0.05 0.43 0 0.13
HSL 293.2º 0.6% 0.68% -
HSV(B) 293.2º 0.43% 0.87% -
XYZ 47.93 34.25 73.9 -
YUV 162.77 161.99 163.11 -
System Red Green Blue C M Y K H S L
Decimal 212 126 223 0.05 0.43 0 0.13 293.2 0.6 0.68
Hex D4 7E DF 5 2B 0 D 125 3C 44
Octal 324 176 337 5 53 0 15 445 74 104
Binary 11010100 1111110 11011111 101 101011 0 1101 100100101 111100 1000100

Color Harmonies of #D47EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47EDF

Black with #D47EDF

Text Example


Text Example

White with #D47EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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