Html Css Color HEX #C53CE7 Medium Orchid

📋 copy color: '#C53CE7'

red 197 ◦ green 60 ◦ blue 231

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

Shades of Medium Orchid #C53CE7

Tints of Medium Orchid #C53CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.34%

R = 40.37%
G = 12.3%
B = 47.34%

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

#C53CE7 (or 0xC53CE7) is known color: Medium Orchid. HEX triplet: C5, 3C and E7. RGB value is (197,60,231). Sum of RGB (Red+Green+Blue) = 197+60+231=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 60 (23.83% from 255 or 12.30% from 488); Blue value is 231 (90.62% from 255 or 47.34% from 488); Max value from RGB is 231 - color contains mainly: blue. Hex color #C53CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53CE7 is #3AC318. Grayscale: #777777. Windows color (decimal): -3851033 or 15154373. OLE color: 15154373.

HSL color Cylindrical-coordinate representation of color #C53CE7: hue angle of 288.07º degrees, saturation: 0.78, 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 #C53CE7 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 197 60 231 -
CMYK 0.15 0.74 0 0.09
HSL 288.07º 0.78% 0.57% -
HSV(B) 288.07º 0.74% 0.91% -
XYZ 39.07 20.87 77.57 -
YUV 120.46 190.39 182.6 -
System Red Green Blue C M Y K H S L
Decimal 197 60 231 0.15 0.74 0 0.09 288.07 0.78 0.57
Hex C5 3C E7 F 4A 0 9 120 4E 39
Octal 305 74 347 17 112 0 11 440 116 71
Binary 11000101 111100 11100111 1111 1001010 0 1001 100100000 1001110 111001

Color Harmonies of #C53CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53CE7

Black with #C53CE7

Text Example


Text Example

White with #C53CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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