Html Css Color HEX #C536EF Medium Orchid

📋 copy color: '#C536EF'

red 197 ◦ green 54 ◦ blue 239

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

Shades of Medium Orchid #C536EF

Tints of Medium Orchid #C536EF

RGB

 RED value IS 197 (77.34% from 255) = 40.2%

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

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

R = 40.2%
G = 11.02%
B = 48.78%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C536EF (or 0xC536EF) is known color: Medium Orchid. HEX triplet: C5, 36 and EF. RGB value is (197,54,239). Sum of RGB (Red+Green+Blue) = 197+54+239=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 54 (21.48% from 255 or 11.02% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #C536EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C536EF is #3AC910. Grayscale: #757575. Windows color (decimal): -3852561 or 15677125. OLE color: 15677125.

HSL color Cylindrical-coordinate representation of color #C536EF: hue angle of 286.38º 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 #C536EF is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 54 239 -
CMYK 0.18 0.77 0 0.06
HSL 286.38º 0.85% 0.57% -
HSV(B) 286.38º 0.77% 0.94% -
XYZ 39.93 20.74 83.56 -
YUV 117.85 196.38 184.46 -
System Red Green Blue C M Y K H S L
Decimal 197 54 239 0.18 0.77 0 0.06 286.38 0.85 0.57
Hex C5 36 EF 12 4D 0 6 11E 55 39
Octal 305 66 357 22 115 0 6 436 125 71
Binary 11000101 110110 11101111 10010 1001101 0 110 100011110 1010101 111001

Color Harmonies of #C536EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C536EF

Black with #C536EF

Text Example


Text Example

White with #C536EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C536EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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