Html Css Color HEX #C036D1 Medium Orchid

📋 copy color: '#C036D1'

red 192 ◦ green 54 ◦ blue 209

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

Shades of Medium Orchid #C036D1

Tints of Medium Orchid #C036D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.93%

R = 42.2%
G = 11.87%
B = 45.93%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C036D1 (or 0xC036D1) is known color: Medium Orchid. HEX triplet: C0, 36 and D1. RGB value is (192,54,209). Sum of RGB (Red+Green+Blue) = 192+54+209=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 54 (21.48% from 255 or 11.87% from 455); Blue value is 209 (82.03% from 255 or 45.93% from 455); Max value from RGB is 209 - color contains mainly: blue. Hex color #C036D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C036D1 is #3FC92E. Grayscale: #707070. Windows color (decimal): -4180271 or 13711040. OLE color: 13711040.

HSL color Cylindrical-coordinate representation of color #C036D1: hue angle of 293.42º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C036D1 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 54 209 -
CMYK 0.08 0.74 0 0.18
HSL 293.42º 0.63% 0.52% -
HSV(B) 293.42º 0.74% 0.82% -
XYZ 34.57 18.45 62.06 -
YUV 112.93 182.22 184.4 -
System Red Green Blue C M Y K H S L
Decimal 192 54 209 0.08 0.74 0 0.18 293.42 0.63 0.52
Hex C0 36 D1 8 4A 0 12 125 3F 34
Octal 300 66 321 10 112 0 22 445 77 64
Binary 11000000 110110 11010001 1000 1001010 0 10010 100100101 111111 110100

Color Harmonies of #C036D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C036D1

Black with #C036D1

Text Example


Text Example

White with #C036D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C036D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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