Html Css Color HEX #C536F1 Medium Orchid

📋 copy color: '#C536F1'

red 197 ◦ green 54 ◦ blue 241

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

Shades of Medium Orchid #C536F1

Tints of Medium Orchid #C536F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.98%

R = 40.04%
G = 10.98%
B = 48.98%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C536F1 (or 0xC536F1) is known color: Medium Orchid. HEX triplet: C5, 36 and F1. RGB value is (197,54,241). Sum of RGB (Red+Green+Blue) = 197+54+241=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 54 (21.48% from 255 or 10.98% from 492); Blue value is 241 (94.53% from 255 or 48.98% from 492); Max value from RGB is 241 - color contains mainly: blue. Hex color #C536F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C536F1 is #3AC90E. Grayscale: #757575. Windows color (decimal): -3852559 or 15808197. OLE color: 15808197.

HSL color Cylindrical-coordinate representation of color #C536F1: hue angle of 285.88º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C536F1 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 54 241 -
CMYK 0.18 0.78 0 0.05
HSL 285.88º 0.87% 0.58% -
HSV(B) 285.88º 0.78% 0.95% -
XYZ 40.22 20.86 85.13 -
YUV 118.08 197.38 184.29 -
System Red Green Blue C M Y K H S L
Decimal 197 54 241 0.18 0.78 0 0.05 285.88 0.87 0.58
Hex C5 36 F1 12 4E 0 5 11E 57 3A
Octal 305 66 361 22 116 0 5 436 127 72
Binary 11000101 110110 11110001 10010 1001110 0 101 100011110 1010111 111010

Color Harmonies of #C536F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C536F1

Black with #C536F1

Text Example


Text Example

White with #C536F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C536F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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