Html Css Color HEX #C53DE8 Medium Orchid

📋 copy color: '#C53DE8'

red 197 ◦ green 61 ◦ blue 232

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

Shades of Medium Orchid #C53DE8

Tints of Medium Orchid #C53DE8

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.45%

 BLUE value IS 232 (91.02% from 255) = 47.35%

R = 40.2%
G = 12.45%
B = 47.35%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C53DE8 (or 0xC53DE8) is known color: Medium Orchid. HEX triplet: C5, 3D and E8. RGB value is (197,61,232). Sum of RGB (Red+Green+Blue) = 197+61+232=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 61 (24.22% from 255 or 12.45% from 490); Blue value is 232 (91.02% from 255 or 47.35% from 490); Max value from RGB is 232 - color contains mainly: blue. Hex color #C53DE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53DE8 is #3AC217. Grayscale: #787878. Windows color (decimal): -3850776 or 15220165. OLE color: 15220165.

HSL color Cylindrical-coordinate representation of color #C53DE8: hue angle of 287.72º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53DE8 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 197 61 232 -
CMYK 0.15 0.74 0 0.09
HSL 287.72º 0.79% 0.57% -
HSV(B) 287.72º 0.74% 0.91% -
XYZ 39.26 21.03 78.33 -
YUV 121.16 190.56 182.1 -
System Red Green Blue C M Y K H S L
Decimal 197 61 232 0.15 0.74 0 0.09 287.72 0.79 0.57
Hex C5 3D E8 F 4A 0 9 120 4F 39
Octal 305 75 350 17 112 0 11 440 117 71
Binary 11000101 111101 11101000 1111 1001010 0 1001 100100000 1001111 111001

Color Harmonies of #C53DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53DE8

Black with #C53DE8

Text Example


Text Example

White with #C53DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53DE8; }

 p { color: rgb(197,61,232); }

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

background-color css

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

 a { background-color: rgb(197,61,232); }

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

border-color css

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

 span { border-color: rgb(197,61,232); }

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