Html Css Color HEX #C047DC Medium Orchid

📋 copy color: '#C047DC'

red 192 ◦ green 71 ◦ blue 220

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

Shades of Medium Orchid #C047DC

Tints of Medium Orchid #C047DC

RGB

 RED value IS 192 (75.39% from 255) = 39.75%

 GREEN value IS 71 (28.13% from 255) = 14.7%

 BLUE value IS 220 (86.33% from 255) = 45.55%

R = 39.75%
G = 14.7%
B = 45.55%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C047DC (or 0xC047DC) is known color: Medium Orchid. HEX triplet: C0, 47 and DC. RGB value is (192,71,220). Sum of RGB (Red+Green+Blue) = 192+71+220=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 71 (28.12% from 255 or 14.70% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #C047DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C047DC is #3FB823. Grayscale: #7B7B7B. Windows color (decimal): -4175908 or 14436288. OLE color: 14436288.

HSL color Cylindrical-coordinate representation of color #C047DC: hue angle of 288.72º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C047DC is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 71 220 -
CMYK 0.13 0.68 0 0.14
HSL 288.72º 0.68% 0.57% -
HSV(B) 288.72º 0.68% 0.86% -
XYZ 36.91 20.88 69.8 -
YUV 124.17 182.09 176.38 -
System Red Green Blue C M Y K H S L
Decimal 192 71 220 0.13 0.68 0 0.14 288.72 0.68 0.57
Hex C0 47 DC D 44 0 E 121 44 39
Octal 300 107 334 15 104 0 16 441 104 71
Binary 11000000 1000111 11011100 1101 1000100 0 1110 100100001 1000100 111001

Color Harmonies of #C047DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C047DC

Black with #C047DC

Text Example


Text Example

White with #C047DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C047DC; }

 p { color: rgb(192,71,220); }

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

background-color css

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

 a { background-color: rgb(192,71,220); }

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

border-color css

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

 span { border-color: rgb(192,71,220); }

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