Html Css Color HEX #C53BFB Medium Orchid

📋 copy color: '#C53BFB'

red 197 ◦ green 59 ◦ blue 251

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

Shades of Medium Orchid #C53BFB

Tints of Medium Orchid #C53BFB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.64%

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

R = 38.86%
G = 11.64%
B = 49.51%

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

#C53BFB (or 0xC53BFB) is known color: Medium Orchid. HEX triplet: C5, 3B and FB. RGB value is (197,59,251). Sum of RGB (Red+Green+Blue) = 197+59+251=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 59 (23.44% from 255 or 11.64% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #C53BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53BFB is #3AC404. Grayscale: #797979. Windows color (decimal): -3851269 or 16464837. OLE color: 16464837.

HSL color Cylindrical-coordinate representation of color #C53BFB: hue angle of 283.12º 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 #C53BFB is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 59 251 -
CMYK 0.22 0.76 0 0.02
HSL 283.13º 0.96% 0.61% -
HSV(B) 283.13º 0.76% 0.98% -
XYZ 42 21.96 93.29 -
YUV 122.15 200.72 181.39 -
System Red Green Blue C M Y K H S L
Decimal 197 59 251 0.22 0.76 0 0.02 283.13 0.96 0.61
Hex C5 3B FB 16 4C 0 2 11B 60 3D
Octal 305 73 373 26 114 0 2 433 140 75
Binary 11000101 111011 11111011 10110 1001100 0 10 100011011 1100000 111101

Color Harmonies of #C53BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53BFB

Black with #C53BFB

Text Example


Text Example

White with #C53BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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