Html Css Color HEX #C036EF Medium Orchid

📋 copy color: '#C036EF'

red 192 ◦ green 54 ◦ blue 239

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

Shades of Medium Orchid #C036EF

Tints of Medium Orchid #C036EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.28%

R = 39.59%
G = 11.13%
B = 49.28%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C036EF (or 0xC036EF) is known color: Medium Orchid. HEX triplet: C0, 36 and EF. RGB value is (192,54,239). Sum of RGB (Red+Green+Blue) = 192+54+239=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 54 (21.48% from 255 or 11.13% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #C036EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C036EF is #3FC910. Grayscale: #737373. Windows color (decimal): -4180241 or 15677120. OLE color: 15677120.

HSL color Cylindrical-coordinate representation of color #C036EF: hue angle of 284.76º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C036EF is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 54 239 -
CMYK 0.20 0.77 0 0.06
HSL 284.76º 0.85% 0.57% -
HSV(B) 284.76º 0.77% 0.94% -
XYZ 38.64 20.08 83.5 -
YUV 116.35 197.22 181.96 -
System Red Green Blue C M Y K H S L
Decimal 192 54 239 0.20 0.77 0 0.06 284.76 0.85 0.57
Hex C0 36 EF 14 4D 0 6 11D 55 39
Octal 300 66 357 24 115 0 6 435 125 71
Binary 11000000 110110 11101111 10100 1001101 0 110 100011101 1010101 111001

Color Harmonies of #C036EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C036EF

Black with #C036EF

Text Example


Text Example

White with #C036EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C036EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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