Html Css Color HEX #C557F7 Medium Orchid

📋 copy color: '#C557F7'

red 197 ◦ green 87 ◦ blue 247

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

Shades of Medium Orchid #C557F7

Tints of Medium Orchid #C557F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 46.52%

R = 37.1%
G = 16.38%
B = 46.52%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C557F7 (or 0xC557F7) is known color: Medium Orchid. HEX triplet: C5, 57 and F7. RGB value is (197,87,247). Sum of RGB (Red+Green+Blue) = 197+87+247=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 87 (34.38% from 255 or 16.38% from 531); Blue value is 247 (96.88% from 255 or 46.52% from 531); Max value from RGB is 247 - color contains mainly: blue. Hex color #C557F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C557F7 is #3AA808. Grayscale: #898989. Windows color (decimal): -3844105 or 16209861. OLE color: 16209861.

HSL color Cylindrical-coordinate representation of color #C557F7: hue angle of 281.25º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C557F7 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 197 87 247 -
CMYK 0.20 0.65 0 0.03
HSL 281.25º 0.91% 0.65% -
HSV(B) 281.25º 0.65% 0.97% -
XYZ 43.22 25.4 90.62 -
YUV 138.13 189.44 169.99 -
System Red Green Blue C M Y K H S L
Decimal 197 87 247 0.20 0.65 0 0.03 281.25 0.91 0.65
Hex C5 57 F7 14 41 0 3 119 5B 41
Octal 305 127 367 24 101 0 3 431 133 101
Binary 11000101 1010111 11110111 10100 1000001 0 11 100011001 1011011 1000001

Color Harmonies of #C557F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C557F7

Black with #C557F7

Text Example


Text Example

White with #C557F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C557F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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