Html Css Color HEX #C036ED Medium Orchid

📋 copy color: '#C036ED'

red 192 ◦ green 54 ◦ blue 237

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

Shades of Medium Orchid #C036ED

Tints of Medium Orchid #C036ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.07%

R = 39.75%
G = 11.18%
B = 49.07%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C036ED (or 0xC036ED) is known color: Medium Orchid. HEX triplet: C0, 36 and ED. RGB value is (192,54,237). Sum of RGB (Red+Green+Blue) = 192+54+237=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 54 (21.48% from 255 or 11.18% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #C036ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C036ED is #3FC912. Grayscale: #737373. Windows color (decimal): -4180243 or 15546048. OLE color: 15546048.

HSL color Cylindrical-coordinate representation of color #C036ED: hue angle of 285.25º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C036ED is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 54 237 -
CMYK 0.19 0.77 0 0.07
HSL 285.25º 0.84% 0.57% -
HSV(B) 285.25º 0.77% 0.93% -
XYZ 38.34 19.96 81.95 -
YUV 116.12 196.22 182.12 -
System Red Green Blue C M Y K H S L
Decimal 192 54 237 0.19 0.77 0 0.07 285.25 0.84 0.57
Hex C0 36 ED 13 4D 0 7 11D 54 39
Octal 300 66 355 23 115 0 7 435 124 71
Binary 11000000 110110 11101101 10011 1001101 0 111 100011101 1010100 111001

Color Harmonies of #C036ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C036ED

Black with #C036ED

Text Example


Text Example

White with #C036ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C036ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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