Html Css Color HEX #C554F1 Medium Orchid

📋 copy color: '#C554F1'

red 197 ◦ green 84 ◦ blue 241

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

Shades of Medium Orchid #C554F1

Tints of Medium Orchid #C554F1

RGB

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

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

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

R = 37.74%
G = 16.09%
B = 46.17%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C554F1 (or 0xC554F1) is known color: Medium Orchid. HEX triplet: C5, 54 and F1. RGB value is (197,84,241). Sum of RGB (Red+Green+Blue) = 197+84+241=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 84 (33.20% from 255 or 16.09% from 522); Blue value is 241 (94.53% from 255 or 46.17% from 522); Max value from RGB is 241 - color contains mainly: blue. Hex color #C554F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C554F1 is #3AAB0E. Grayscale: #878787. Windows color (decimal): -3844879 or 15815877. OLE color: 15815877.

HSL color Cylindrical-coordinate representation of color #C554F1: hue angle of 283.18º 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 #C554F1 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 84 241 -
CMYK 0.18 0.65 0 0.05
HSL 283.18º 0.85% 0.64% -
HSV(B) 283.18º 0.65% 0.95% -
XYZ 42.07 24.56 85.74 -
YUV 135.69 187.44 171.73 -
System Red Green Blue C M Y K H S L
Decimal 197 84 241 0.18 0.65 0 0.05 283.18 0.85 0.64
Hex C5 54 F1 12 41 0 5 11B 55 40
Octal 305 124 361 22 101 0 5 433 125 100
Binary 11000101 1010100 11110001 10010 1000001 0 101 100011011 1010101 1000000

Color Harmonies of #C554F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C554F1

Black with #C554F1

Text Example


Text Example

White with #C554F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C554F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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