Html Css Color HEX #C537FB Medium Orchid

📋 copy color: '#C537FB'

red 197 ◦ green 55 ◦ blue 251

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

Shades of Medium Orchid #C537FB

Tints of Medium Orchid #C537FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.9%

R = 39.17%
G = 10.93%
B = 49.9%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C537FB (or 0xC537FB) is known color: Medium Orchid. HEX triplet: C5, 37 and FB. RGB value is (197,55,251). Sum of RGB (Red+Green+Blue) = 197+55+251=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 55 (21.88% from 255 or 10.93% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #C537FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C537FB is #3AC804. Grayscale: #777777. Windows color (decimal): -3852293 or 16463813. OLE color: 16463813.

HSL color Cylindrical-coordinate representation of color #C537FB: hue angle of 283.47º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C537FB is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 55 251 -
CMYK 0.22 0.78 0 0.02
HSL 283.47º 0.96% 0.6% -
HSV(B) 283.47º 0.78% 0.98% -
XYZ 41.8 21.57 93.23 -
YUV 119.8 202.04 183.06 -
System Red Green Blue C M Y K H S L
Decimal 197 55 251 0.22 0.78 0 0.02 283.47 0.96 0.6
Hex C5 37 FB 16 4E 0 2 11B 60 3C
Octal 305 67 373 26 116 0 2 433 140 74
Binary 11000101 110111 11111011 10110 1001110 0 10 100011011 1100000 111100

Color Harmonies of #C537FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C537FB

Black with #C537FB

Text Example


Text Example

White with #C537FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C537FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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