Html Css Color HEX #C560EB Medium Orchid

📋 copy color: '#C560EB'

red 197 ◦ green 96 ◦ blue 235

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

Shades of Medium Orchid #C560EB

Tints of Medium Orchid #C560EB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.18%

 BLUE value IS 235 (92.19% from 255) = 44.51%

R = 37.31%
G = 18.18%
B = 44.51%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C560EB (or 0xC560EB) is known color: Medium Orchid. HEX triplet: C5, 60 and EB. RGB value is (197,96,235). Sum of RGB (Red+Green+Blue) = 197+96+235=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 96 (37.89% from 255 or 18.18% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #C560EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C560EB is #3A9F14. Grayscale: #8D8D8D. Windows color (decimal): -3841813 or 15425733. OLE color: 15425733.

HSL color Cylindrical-coordinate representation of color #C560EB: hue angle of 283.6º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C560EB is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 96 235 -
CMYK 0.16 0.59 0 0.08
HSL 283.6º 0.78% 0.65% -
HSV(B) 283.6º 0.59% 0.92% -
XYZ 42.2 26.23 81.44 -
YUV 142.05 180.46 167.2 -
System Red Green Blue C M Y K H S L
Decimal 197 96 235 0.16 0.59 0 0.08 283.6 0.78 0.65
Hex C5 60 EB 10 3B 0 8 11C 4E 41
Octal 305 140 353 20 73 0 10 434 116 101
Binary 11000101 1100000 11101011 10000 111011 0 1000 100011100 1001110 1000001

Color Harmonies of #C560EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C560EB

Black with #C560EB

Text Example


Text Example

White with #C560EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C560EB; }

 p { color: rgb(197,96,235); }

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

background-color css

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

 a { background-color: rgb(197,96,235); }

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

border-color css

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

 span { border-color: rgb(197,96,235); }

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