Html Css Color HEX #C557F1 Medium Orchid

📋 copy color: '#C557F1'

red 197 ◦ green 87 ◦ blue 241

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

Shades of Medium Orchid #C557F1

Tints of Medium Orchid #C557F1

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.57%

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

R = 37.52%
G = 16.57%
B = 45.9%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C557F1 (or 0xC557F1) is known color: Medium Orchid. HEX triplet: C5, 57 and F1. RGB value is (197,87,241). Sum of RGB (Red+Green+Blue) = 197+87+241=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 87 (34.38% from 255 or 16.57% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #C557F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C557F1 is #3AA80E. Grayscale: #888888. Windows color (decimal): -3844111 or 15816645. OLE color: 15816645.

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

Color convert

RGB 197 87 241 -
CMYK 0.18 0.64 0 0.05
HSL 282.86º 0.85% 0.64% -
HSV(B) 282.86º 0.64% 0.95% -
XYZ 42.31 25.04 85.82 -
YUV 137.45 186.44 170.48 -
System Red Green Blue C M Y K H S L
Decimal 197 87 241 0.18 0.64 0 0.05 282.86 0.85 0.64
Hex C5 57 F1 12 40 0 5 11B 55 40
Octal 305 127 361 22 100 0 5 433 125 100
Binary 11000101 1010111 11110001 10010 1000000 0 101 100011011 1010101 1000000

Color Harmonies of #C557F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C557F1

Black with #C557F1

Text Example


Text Example

White with #C557F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C557F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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