Html Css Color HEX #C534F1 Medium Orchid

📋 copy color: '#C534F1'

red 197 ◦ green 52 ◦ blue 241

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

Shades of Medium Orchid #C534F1

Tints of Medium Orchid #C534F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.18%

R = 40.2%
G = 10.61%
B = 49.18%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C534F1 (or 0xC534F1) is known color: Medium Orchid. HEX triplet: C5, 34 and F1. RGB value is (197,52,241). Sum of RGB (Red+Green+Blue) = 197+52+241=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 52 (20.70% from 255 or 10.61% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #C534F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C534F1 is #3ACB0E. Grayscale: #747474. Windows color (decimal): -3853071 or 15807685. OLE color: 15807685.

HSL color Cylindrical-coordinate representation of color #C534F1: hue angle of 286.03º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C534F1 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 52 241 -
CMYK 0.18 0.78 0 0.05
HSL 286.03º 0.87% 0.57% -
HSV(B) 286.03º 0.78% 0.95% -
XYZ 40.13 20.68 85.1 -
YUV 116.9 198.04 185.13 -
System Red Green Blue C M Y K H S L
Decimal 197 52 241 0.18 0.78 0 0.05 286.03 0.87 0.57
Hex C5 34 F1 12 4E 0 5 11E 57 39
Octal 305 64 361 22 116 0 5 436 127 71
Binary 11000101 110100 11110001 10010 1001110 0 101 100011110 1010111 111001

Color Harmonies of #C534F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C534F1

Black with #C534F1

Text Example


Text Example

White with #C534F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C534F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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