Html Css Color HEX #C560EE Medium Orchid

📋 copy color: '#C560EE'

red 197 ◦ green 96 ◦ blue 238

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

Shades of Medium Orchid #C560EE

Tints of Medium Orchid #C560EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.82%

R = 37.1%
G = 18.08%
B = 44.82%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C560EE (or 0xC560EE) is known color: Medium Orchid. HEX triplet: C5, 60 and EE. RGB value is (197,96,238). Sum of RGB (Red+Green+Blue) = 197+96+238=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #C560EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C560EE is #3A9F11. Grayscale: #8D8D8D. Windows color (decimal): -3841810 or 15622341. OLE color: 15622341.

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

Color convert

RGB 197 96 238 -
CMYK 0.17 0.60 0 0.07
HSL 282.68º 0.81% 0.65% -
HSV(B) 282.68º 0.6% 0.93% -
XYZ 42.64 26.41 83.74 -
YUV 142.39 181.96 166.95 -
System Red Green Blue C M Y K H S L
Decimal 197 96 238 0.17 0.60 0 0.07 282.68 0.81 0.65
Hex C5 60 EE 11 3C 0 7 11B 51 41
Octal 305 140 356 21 74 0 7 433 121 101
Binary 11000101 1100000 11101110 10001 111100 0 111 100011011 1010001 1000001

Color Harmonies of #C560EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C560EE

Black with #C560EE

Text Example


Text Example

White with #C560EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C560EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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