Html Css Color HEX #C53FFB Medium Orchid

📋 copy color: '#C53FFB'

red 197 ◦ green 63 ◦ blue 251

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

Shades of Medium Orchid #C53FFB

Tints of Medium Orchid #C53FFB

RGB

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

 GREEN value IS 63 (25% from 255) = 12.33%

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

R = 38.55%
G = 12.33%
B = 49.12%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C53FFB (or 0xC53FFB) is known color: Medium Orchid. HEX triplet: C5, 3F and FB. RGB value is (197,63,251). Sum of RGB (Red+Green+Blue) = 197+63+251=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 63 (25% from 255 or 12.33% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #C53FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53FFB is #3AC004. Grayscale: #7B7B7B. Windows color (decimal): -3850245 or 16465861. OLE color: 16465861.

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

Color convert

RGB 197 63 251 -
CMYK 0.22 0.75 0 0.02
HSL 282.77º 0.96% 0.62% -
HSV(B) 282.77º 0.75% 0.98% -
XYZ 42.22 22.39 93.36 -
YUV 124.5 199.39 179.71 -
System Red Green Blue C M Y K H S L
Decimal 197 63 251 0.22 0.75 0 0.02 282.77 0.96 0.62
Hex C5 3F FB 16 4B 0 2 11B 60 3E
Octal 305 77 373 26 113 0 2 433 140 76
Binary 11000101 111111 11111011 10110 1001011 0 10 100011011 1100000 111110

Color Harmonies of #C53FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53FFB

Black with #C53FFB

Text Example


Text Example

White with #C53FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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