Html Css Color HEX #C561EE Medium Orchid

📋 copy color: '#C561EE'

red 197 ◦ green 97 ◦ blue 238

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

Shades of Medium Orchid #C561EE

Tints of Medium Orchid #C561EE

RGB

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

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

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

R = 37.03%
G = 18.23%
B = 44.74%

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

#C561EE (or 0xC561EE) is known color: Medium Orchid. HEX triplet: C5, 61 and EE. RGB value is (197,97,238). Sum of RGB (Red+Green+Blue) = 197+97+238=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 97 (38.28% from 255 or 18.23% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #C561EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C561EE is #3A9E11. Grayscale: #8E8E8E. Windows color (decimal): -3841554 or 15622597. OLE color: 15622597.

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

Color convert

RGB 197 97 238 -
CMYK 0.17 0.59 0 0.07
HSL 282.55º 0.81% 0.66% -
HSV(B) 282.55º 0.59% 0.93% -
XYZ 42.73 26.59 83.77 -
YUV 142.97 181.63 166.54 -
System Red Green Blue C M Y K H S L
Decimal 197 97 238 0.17 0.59 0 0.07 282.55 0.81 0.66
Hex C5 61 EE 11 3B 0 7 11B 51 42
Octal 305 141 356 21 73 0 7 433 121 102
Binary 11000101 1100001 11101110 10001 111011 0 111 100011011 1010001 1000010

Color Harmonies of #C561EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C561EE

Black with #C561EE

Text Example


Text Example

White with #C561EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C561EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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