Html Css Color HEX #C537FE Medium Orchid

📋 copy color: '#C537FE'

red 197 ◦ green 55 ◦ blue 254

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

Shades of Medium Orchid #C537FE

Tints of Medium Orchid #C537FE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.87%

 BLUE value IS 254 (99.61% from 255) = 50.2%

R = 38.93%
G = 10.87%
B = 50.2%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C537FE (or 0xC537FE) is known color: Medium Orchid. HEX triplet: C5, 37 and FE. RGB value is (197,55,254). Sum of RGB (Red+Green+Blue) = 197+55+254=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 55 (21.88% from 255 or 10.87% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #C537FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C537FE is #3AC801. Grayscale: #777777. Windows color (decimal): -3852290 or 16660421. OLE color: 16660421.

HSL color Cylindrical-coordinate representation of color #C537FE: hue angle of 282.81º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C537FE is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 197 55 254 -
CMYK 0.22 0.78 0 0.00
HSL 282.81º 0.99% 0.61% -
HSV(B) 282.81º 0.78% 1% -
XYZ 42.28 21.76 95.74 -
YUV 120.14 203.54 182.82 -
System Red Green Blue C M Y K H S L
Decimal 197 55 254 0.22 0.78 0 0.00 282.81 0.99 0.61
Hex C5 37 FE 16 4E 0 0 11B 63 3D
Octal 305 67 376 26 116 0 0 433 143 75
Binary 11000101 110111 11111110 10110 1001110 0 0 100011011 1100011 111101

Color Harmonies of #C537FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C537FE

Black with #C537FE

Text Example


Text Example

White with #C537FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C537FE; }

 p { color: rgb(197,55,254); }

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

background-color css

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

 a { background-color: rgb(197,55,254); }

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

border-color css

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

 span { border-color: rgb(197,55,254); }

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