Html Css Color HEX #C537FF Medium Orchid

📋 copy color: '#C537FF'

red 197 ◦ green 55 ◦ blue 255

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

Shades of Medium Orchid #C537FF

Tints of Medium Orchid #C537FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.3%

R = 38.86%
G = 10.85%
B = 50.3%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C537FF (or 0xC537FF) is known color: Medium Orchid. HEX triplet: C5, 37 and FF. RGB value is (197,55,255). Sum of RGB (Red+Green+Blue) = 197+55+255=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 55 (21.88% from 255 or 10.85% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #C537FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C537FF is #3AC800. Grayscale: #777777. Windows color (decimal): -3852289 or 16725957. OLE color: 16725957.

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

Color convert

RGB 197 55 255 -
CMYK 0.23 0.78 0 0
HSL 282.6º 1% 0.61% -
HSV(B) 282.6º 0.78% 1% -
XYZ 42.44 21.82 96.58 -
YUV 120.26 204.04 182.74 -
System Red Green Blue C M Y K H S L
Decimal 197 55 255 0.23 0.78 0 0 282.6 1 0.61
Hex C5 37 FF 17 4E 0 0 11B 64 3D
Octal 305 67 377 27 116 0 0 433 144 75
Binary 11000101 110111 11111111 10111 1001110 0 0 100011011 1100100 111101

Color Harmonies of #C537FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C537FF

Black with #C537FF

Text Example


Text Example

White with #C537FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C537FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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