Html Css Color HEX #C537FC Medium Orchid

📋 copy color: '#C537FC'

red 197 ◦ green 55 ◦ blue 252

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

Shades of Medium Orchid #C537FC

Tints of Medium Orchid #C537FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50%

R = 39.09%
G = 10.91%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C537FC (or 0xC537FC) is known color: Medium Orchid. HEX triplet: C5, 37 and FC. RGB value is (197,55,252). Sum of RGB (Red+Green+Blue) = 197+55+252=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 55 (21.88% from 255 or 10.91% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #C537FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C537FC is #3AC803. Grayscale: #777777. Windows color (decimal): -3852292 or 16529349. OLE color: 16529349.

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

Color convert

RGB 197 55 252 -
CMYK 0.22 0.78 0 0.01
HSL 283.25º 0.97% 0.6% -
HSV(B) 283.25º 0.78% 0.99% -
XYZ 41.96 21.63 94.06 -
YUV 119.92 202.54 182.98 -
System Red Green Blue C M Y K H S L
Decimal 197 55 252 0.22 0.78 0 0.01 283.25 0.97 0.6
Hex C5 37 FC 16 4E 0 1 11B 61 3C
Octal 305 67 374 26 116 0 1 433 141 74
Binary 11000101 110111 11111100 10110 1001110 0 1 100011011 1100001 111100

Color Harmonies of #C537FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C537FC

Black with #C537FC

Text Example


Text Example

White with #C537FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C537FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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