Html Css Color HEX #C537FD Medium Orchid

📋 copy color: '#C537FD'

red 197 ◦ green 55 ◦ blue 253

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

Shades of Medium Orchid #C537FD

Tints of Medium Orchid #C537FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.1%

R = 39.01%
G = 10.89%
B = 50.1%

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

#C537FD (or 0xC537FD) is known color: Medium Orchid. HEX triplet: C5, 37 and FD. RGB value is (197,55,253). Sum of RGB (Red+Green+Blue) = 197+55+253=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 55 (21.88% from 255 or 10.89% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #C537FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C537FD is #3AC802. Grayscale: #777777. Windows color (decimal): -3852291 or 16594885. OLE color: 16594885.

HSL color Cylindrical-coordinate representation of color #C537FD: hue angle of 283.03º degrees, saturation: 0.98, 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 #C537FD is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 55 253 -
CMYK 0.22 0.78 0 0.01
HSL 283.03º 0.98% 0.6% -
HSV(B) 283.03º 0.78% 0.99% -
XYZ 42.12 21.69 94.9 -
YUV 120.03 203.04 182.9 -
System Red Green Blue C M Y K H S L
Decimal 197 55 253 0.22 0.78 0 0.01 283.03 0.98 0.6
Hex C5 37 FD 16 4E 0 1 11B 62 3C
Octal 305 67 375 26 116 0 1 433 142 74
Binary 11000101 110111 11111101 10110 1001110 0 1 100011011 1100010 111100

Color Harmonies of #C537FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C537FD

Black with #C537FD

Text Example


Text Example

White with #C537FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C537FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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