Html Css Color HEX #C536EE Medium Orchid

📋 copy color: '#C536EE'

red 197 ◦ green 54 ◦ blue 238

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

Shades of Medium Orchid #C536EE

Tints of Medium Orchid #C536EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.67%

R = 40.29%
G = 11.04%
B = 48.67%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C536EE (or 0xC536EE) is known color: Medium Orchid. HEX triplet: C5, 36 and EE. RGB value is (197,54,238). Sum of RGB (Red+Green+Blue) = 197+54+238=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 54 (21.48% from 255 or 11.04% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #C536EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C536EE is #3AC911. Grayscale: #757575. Windows color (decimal): -3852562 or 15611589. OLE color: 15611589.

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

Color convert

RGB 197 54 238 -
CMYK 0.17 0.77 0 0.07
HSL 286.63º 0.84% 0.57% -
HSV(B) 286.63º 0.77% 0.93% -
XYZ 39.78 20.68 82.78 -
YUV 117.73 195.88 184.54 -
System Red Green Blue C M Y K H S L
Decimal 197 54 238 0.17 0.77 0 0.07 286.63 0.84 0.57
Hex C5 36 EE 11 4D 0 7 11F 54 39
Octal 305 66 356 21 115 0 7 437 124 71
Binary 11000101 110110 11101110 10001 1001101 0 111 100011111 1010100 111001

Color Harmonies of #C536EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C536EE

Black with #C536EE

Text Example


Text Example

White with #C536EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C536EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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