Html Css Color HEX #C036DC Medium Orchid

📋 copy color: '#C036DC'

red 192 ◦ green 54 ◦ blue 220

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

Shades of Medium Orchid #C036DC

Tints of Medium Orchid #C036DC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.59%

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

R = 41.2%
G = 11.59%
B = 47.21%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C036DC (or 0xC036DC) is known color: Medium Orchid. HEX triplet: C0, 36 and DC. RGB value is (192,54,220). Sum of RGB (Red+Green+Blue) = 192+54+220=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 54 (21.48% from 255 or 11.59% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #C036DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C036DC is #3FC923. Grayscale: #717171. Windows color (decimal): -4180260 or 14431936. OLE color: 14431936.

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

Color convert

RGB 192 54 220 -
CMYK 0.13 0.75 0 0.14
HSL 289.88º 0.7% 0.54% -
HSV(B) 289.88º 0.75% 0.86% -
XYZ 35.98 19.01 69.48 -
YUV 114.19 187.72 183.5 -
System Red Green Blue C M Y K H S L
Decimal 192 54 220 0.13 0.75 0 0.14 289.88 0.7 0.54
Hex C0 36 DC D 4B 0 E 122 46 36
Octal 300 66 334 15 113 0 16 442 106 66
Binary 11000000 110110 11011100 1101 1001011 0 1110 100100010 1000110 110110

Color Harmonies of #C036DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C036DC

Black with #C036DC

Text Example


Text Example

White with #C036DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C036DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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