Html Css Color HEX #C53CFB Medium Orchid

📋 copy color: '#C53CFB'

red 197 ◦ green 60 ◦ blue 251

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

Shades of Medium Orchid #C53CFB

Tints of Medium Orchid #C53CFB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.81%

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

R = 38.78%
G = 11.81%
B = 49.41%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C53CFB (or 0xC53CFB) is known color: Medium Orchid. HEX triplet: C5, 3C and FB. RGB value is (197,60,251). Sum of RGB (Red+Green+Blue) = 197+60+251=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 60 (23.83% from 255 or 11.81% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #C53CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53CFB is #3AC304. Grayscale: #7A7A7A. Windows color (decimal): -3851013 or 16465093. OLE color: 16465093.

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

Color convert

RGB 197 60 251 -
CMYK 0.22 0.76 0 0.02
HSL 283.04º 0.96% 0.61% -
HSV(B) 283.04º 0.76% 0.98% -
XYZ 42.05 22.07 93.31 -
YUV 122.74 200.39 180.97 -
System Red Green Blue C M Y K H S L
Decimal 197 60 251 0.22 0.76 0 0.02 283.04 0.96 0.61
Hex C5 3C FB 16 4C 0 2 11B 60 3D
Octal 305 74 373 26 114 0 2 433 140 75
Binary 11000101 111100 11111011 10110 1001100 0 10 100011011 1100000 111101

Color Harmonies of #C53CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53CFB

Black with #C53CFB

Text Example


Text Example

White with #C53CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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