Html Css Color HEX #D47ECC Orchid

📋 copy color: '#D47ECC'

red 212 ◦ green 126 ◦ blue 204

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

Shades of Orchid #D47ECC

Tints of Orchid #D47ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.64%

R = 39.11%
G = 23.25%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D47ECC (or 0xD47ECC) is known color: Orchid. HEX triplet: D4, 7E and CC. RGB value is (212,126,204). Sum of RGB (Red+Green+Blue) = 212+126+204=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 126 (49.61% from 255 or 23.25% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 212 - color contains mainly: red. Hex color #D47ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47ECC is #2B8133. Grayscale: #A0A0A0. Windows color (decimal): -2851124 or 13401812. OLE color: 13401812.

HSL color Cylindrical-coordinate representation of color #D47ECC: hue angle of 305.58º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D47ECC is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 126 204 -
CMYK 0 0.41 0.04 0.17
HSL 305.58º 0.5% 0.66% -
HSV(B) 305.58º 0.41% 0.83% -
XYZ 45.51 33.28 61.15 -
YUV 160.61 152.49 164.66 -
System Red Green Blue C M Y K H S L
Decimal 212 126 204 0 0.41 0.04 0.17 305.58 0.5 0.66
Hex D4 7E CC 0 29 4 11 132 32 42
Octal 324 176 314 0 51 4 21 462 62 102
Binary 11010100 1111110 11001100 0 101001 100 10001 100110010 110010 1000010

Color Harmonies of #D47ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47ECC

Black with #D47ECC

Text Example


Text Example

White with #D47ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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