Html Css Color HEX #C454F1 Medium Orchid

📋 copy color: '#C454F1'

red 196 ◦ green 84 ◦ blue 241

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

Shades of Medium Orchid #C454F1

Tints of Medium Orchid #C454F1

RGB

 RED value IS 196 (76.95% from 255) = 37.62%

 GREEN value IS 84 (33.2% from 255) = 16.12%

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

R = 37.62%
G = 16.12%
B = 46.26%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C454F1 (or 0xC454F1) is known color: Medium Orchid. HEX triplet: C4, 54 and F1. RGB value is (196,84,241). Sum of RGB (Red+Green+Blue) = 196+84+241=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 84 (33.20% from 255 or 16.12% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #C454F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C454F1 is #3BAB0E. Grayscale: #868686. Windows color (decimal): -3910415 or 15815876. OLE color: 15815876.

HSL color Cylindrical-coordinate representation of color #C454F1: hue angle of 282.8º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C454F1 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 84 241 -
CMYK 0.19 0.65 0 0.05
HSL 282.8º 0.85% 0.64% -
HSV(B) 282.8º 0.65% 0.95% -
XYZ 41.81 24.43 85.73 -
YUV 135.39 187.61 171.23 -
System Red Green Blue C M Y K H S L
Decimal 196 84 241 0.19 0.65 0 0.05 282.8 0.85 0.64
Hex C4 54 F1 13 41 0 5 11B 55 40
Octal 304 124 361 23 101 0 5 433 125 100
Binary 11000100 1010100 11110001 10011 1000001 0 101 100011011 1010101 1000000

Color Harmonies of #C454F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C454F1

Black with #C454F1

Text Example


Text Example

White with #C454F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C454F1; }

 p { color: rgb(196,84,241); }

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

background-color css

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

 a { background-color: rgb(196,84,241); }

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

border-color css

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

 span { border-color: rgb(196,84,241); }

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