Html Css Color HEX #D47CCE Orchid

📋 copy color: '#D47CCE'

red 212 ◦ green 124 ◦ blue 206

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

Shades of Orchid #D47CCE

Tints of Orchid #D47CCE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.88%

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

R = 39.11%
G = 22.88%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D47CCE (or 0xD47CCE) is known color: Orchid. HEX triplet: D4, 7C and CE. RGB value is (212,124,206). Sum of RGB (Red+Green+Blue) = 212+124+206=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 212 - color contains mainly: red. Hex color #D47CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47CCE is #2B8331. Grayscale: #9F9F9F. Windows color (decimal): -2851634 or 13532372. OLE color: 13532372.

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

Color convert

RGB 212 124 206 -
CMYK 0 0.42 0.03 0.17
HSL 304.09º 0.51% 0.66% -
HSV(B) 304.09º 0.42% 0.83% -
XYZ 45.5 32.87 62.34 -
YUV 159.66 154.15 165.33 -
System Red Green Blue C M Y K H S L
Decimal 212 124 206 0 0.42 0.03 0.17 304.09 0.51 0.66
Hex D4 7C CE 0 2A 3 11 130 33 42
Octal 324 174 316 0 52 3 21 460 63 102
Binary 11010100 1111100 11001110 0 101010 11 10001 100110000 110011 1000010

Color Harmonies of #D47CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47CCE

Black with #D47CCE

Text Example


Text Example

White with #D47CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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