Html Css Color HEX #C534F5 Medium Orchid

📋 copy color: '#C534F5'

red 197 ◦ green 52 ◦ blue 245

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

Shades of Medium Orchid #C534F5

Tints of Medium Orchid #C534F5

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.53%

 BLUE value IS 245 (96.09% from 255) = 49.6%

R = 39.88%
G = 10.53%
B = 49.6%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C534F5 (or 0xC534F5) is known color: Medium Orchid. HEX triplet: C5, 34 and F5. RGB value is (197,52,245). Sum of RGB (Red+Green+Blue) = 197+52+245=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 52 (20.70% from 255 or 10.53% from 494); Blue value is 245 (96.09% from 255 or 49.60% from 494); Max value from RGB is 245 - color contains mainly: blue. Hex color #C534F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C534F5 is #3ACB0A. Grayscale: #747474. Windows color (decimal): -3853067 or 16069829. OLE color: 16069829.

HSL color Cylindrical-coordinate representation of color #C534F5: hue angle of 285.08º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C534F5 is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 197 52 245 -
CMYK 0.20 0.79 0 0.04
HSL 285.08º 0.91% 0.58% -
HSV(B) 285.08º 0.79% 0.96% -
XYZ 40.74 20.92 88.28 -
YUV 117.36 200.04 184.81 -
System Red Green Blue C M Y K H S L
Decimal 197 52 245 0.20 0.79 0 0.04 285.08 0.91 0.58
Hex C5 34 F5 14 4F 0 4 11D 5B 3A
Octal 305 64 365 24 117 0 4 435 133 72
Binary 11000101 110100 11110101 10100 1001111 0 100 100011101 1011011 111010

Color Harmonies of #C534F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C534F5

Black with #C534F5

Text Example


Text Example

White with #C534F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C534F5; }

 p { color: rgb(197,52,245); }

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

background-color css

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

 a { background-color: rgb(197,52,245); }

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

border-color css

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

 span { border-color: rgb(197,52,245); }

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