Html Css Color HEX #C561F0 Medium Orchid

📋 copy color: '#C561F0'

red 197 ◦ green 97 ◦ blue 240

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

Shades of Medium Orchid #C561F0

Tints of Medium Orchid #C561F0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.16%

 BLUE value IS 240 (94.14% from 255) = 44.94%

R = 36.89%
G = 18.16%
B = 44.94%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C561F0 (or 0xC561F0) is known color: Medium Orchid. HEX triplet: C5, 61 and F0. RGB value is (197,97,240). Sum of RGB (Red+Green+Blue) = 197+97+240=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 97 (38.28% from 255 or 18.16% from 534); Blue value is 240 (94.14% from 255 or 44.94% from 534); Max value from RGB is 240 - color contains mainly: blue. Hex color #C561F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C561F0 is #3A9E0F. Grayscale: #8E8E8E. Windows color (decimal): -3841552 or 15753669. OLE color: 15753669.

HSL color Cylindrical-coordinate representation of color #C561F0: hue angle of 281.96º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C561F0 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 97 240 -
CMYK 0.18 0.60 0 0.06
HSL 281.96º 0.83% 0.66% -
HSV(B) 281.96º 0.6% 0.94% -
XYZ 43.03 26.71 85.33 -
YUV 143.2 182.63 166.37 -
System Red Green Blue C M Y K H S L
Decimal 197 97 240 0.18 0.60 0 0.06 281.96 0.83 0.66
Hex C5 61 F0 12 3C 0 6 11A 53 42
Octal 305 141 360 22 74 0 6 432 123 102
Binary 11000101 1100001 11110000 10010 111100 0 110 100011010 1010011 1000010

Color Harmonies of #C561F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C561F0

Black with #C561F0

Text Example


Text Example

White with #C561F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C561F0; }

 p { color: rgb(197,97,240); }

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

background-color css

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

 a { background-color: rgb(197,97,240); }

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

border-color css

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

 span { border-color: rgb(197,97,240); }

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