Html Css Color HEX #C560ED Medium Orchid

📋 copy color: '#C560ED'

red 197 ◦ green 96 ◦ blue 237

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

Shades of Medium Orchid #C560ED

Tints of Medium Orchid #C560ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.72%

R = 37.17%
G = 18.11%
B = 44.72%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C560ED (or 0xC560ED) is known color: Medium Orchid. HEX triplet: C5, 60 and ED. RGB value is (197,96,237). Sum of RGB (Red+Green+Blue) = 197+96+237=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 96 (37.89% from 255 or 18.11% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #C560ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C560ED is #3A9F12. Grayscale: #8D8D8D. Windows color (decimal): -3841811 or 15556805. OLE color: 15556805.

HSL color Cylindrical-coordinate representation of color #C560ED: hue angle of 282.98º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C560ED is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 96 237 -
CMYK 0.17 0.59 0 0.07
HSL 282.98º 0.8% 0.65% -
HSV(B) 282.98º 0.59% 0.93% -
XYZ 42.49 26.35 82.97 -
YUV 142.27 181.46 167.04 -
System Red Green Blue C M Y K H S L
Decimal 197 96 237 0.17 0.59 0 0.07 282.98 0.8 0.65
Hex C5 60 ED 11 3B 0 7 11B 50 41
Octal 305 140 355 21 73 0 7 433 120 101
Binary 11000101 1100000 11101101 10001 111011 0 111 100011011 1010000 1000001

Color Harmonies of #C560ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C560ED

Black with #C560ED

Text Example


Text Example

White with #C560ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C560ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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