Html Css Color HEX #D47FCE Orchid

📋 copy color: '#D47FCE'

red 212 ◦ green 127 ◦ blue 206

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

Shades of Orchid #D47FCE

Tints of Orchid #D47FCE

RGB

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

 GREEN value IS 127 (50% from 255) = 23.3%

 BLUE value IS 206 (80.86% from 255) = 37.8%

R = 38.9%
G = 23.3%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D47FCE (or 0xD47FCE) is known color: Orchid. HEX triplet: D4, 7F and CE. RGB value is (212,127,206). Sum of RGB (Red+Green+Blue) = 212+127+206=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D47FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47FCE is #2B8031. Grayscale: #A1A1A1. Windows color (decimal): -2850866 or 13533140. OLE color: 13533140.

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

Color convert

RGB 212 127 206 -
CMYK 0 0.40 0.03 0.17
HSL 304.24º 0.5% 0.66% -
HSV(B) 304.24º 0.4% 0.83% -
XYZ 45.88 33.63 62.47 -
YUV 161.42 153.16 164.08 -
System Red Green Blue C M Y K H S L
Decimal 212 127 206 0 0.40 0.03 0.17 304.24 0.5 0.66
Hex D4 7F CE 0 28 3 11 130 32 42
Octal 324 177 316 0 50 3 21 460 62 102
Binary 11010100 1111111 11001110 0 101000 11 10001 100110000 110010 1000010

Color Harmonies of #D47FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47FCE

Black with #D47FCE

Text Example


Text Example

White with #D47FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47FCE; }

 p { color: rgb(212,127,206); }

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

background-color css

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

 a { background-color: rgb(212,127,206); }

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

border-color css

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

 span { border-color: rgb(212,127,206); }

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