Html Css Color HEX #C536ED Medium Orchid

📋 copy color: '#C536ED'

red 197 ◦ green 54 ◦ blue 237

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

Shades of Medium Orchid #C536ED

Tints of Medium Orchid #C536ED

RGB

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

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

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

R = 40.37%
G = 11.07%
B = 48.57%

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

#C536ED (or 0xC536ED) is known color: Medium Orchid. HEX triplet: C5, 36 and ED. RGB value is (197,54,237). Sum of RGB (Red+Green+Blue) = 197+54+237=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 54 (21.48% from 255 or 11.07% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #C536ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C536ED is #3AC912. Grayscale: #757575. Windows color (decimal): -3852563 or 15546053. OLE color: 15546053.

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

Color convert

RGB 197 54 237 -
CMYK 0.17 0.77 0 0.07
HSL 286.89º 0.84% 0.57% -
HSV(B) 286.89º 0.77% 0.93% -
XYZ 39.63 20.62 82.01 -
YUV 117.62 195.38 184.62 -
System Red Green Blue C M Y K H S L
Decimal 197 54 237 0.17 0.77 0 0.07 286.89 0.84 0.57
Hex C5 36 ED 11 4D 0 7 11F 54 39
Octal 305 66 355 21 115 0 7 437 124 71
Binary 11000101 110110 11101101 10001 1001101 0 111 100011111 1010100 111001

Color Harmonies of #C536ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C536ED

Black with #C536ED

Text Example


Text Example

White with #C536ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C536ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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