Html Css Color HEX #C036EA Medium Orchid

📋 copy color: '#C036EA'

red 192 ◦ green 54 ◦ blue 234

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

Shades of Medium Orchid #C036EA

Tints of Medium Orchid #C036EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.75%

R = 40%
G = 11.25%
B = 48.75%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C036EA (or 0xC036EA) is known color: Medium Orchid. HEX triplet: C0, 36 and EA. RGB value is (192,54,234). Sum of RGB (Red+Green+Blue) = 192+54+234=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 54 (21.48% from 255 or 11.25% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #C036EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C036EA is #3FC915. Grayscale: #737373. Windows color (decimal): -4180246 or 15349440. OLE color: 15349440.

HSL color Cylindrical-coordinate representation of color #C036EA: hue angle of 286º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C036EA is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 54 234 -
CMYK 0.18 0.77 0 0.08
HSL 286º 0.81% 0.56% -
HSV(B) 286º 0.77% 0.92% -
XYZ 37.91 19.79 79.66 -
YUV 115.78 194.72 182.36 -
System Red Green Blue C M Y K H S L
Decimal 192 54 234 0.18 0.77 0 0.08 286 0.81 0.56
Hex C0 36 EA 12 4D 0 8 11E 51 38
Octal 300 66 352 22 115 0 10 436 121 70
Binary 11000000 110110 11101010 10010 1001101 0 1000 100011110 1010001 111000

Color Harmonies of #C036EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C036EA

Black with #C036EA

Text Example


Text Example

White with #C036EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C036EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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