Html Css Color HEX #C561EF Medium Orchid

📋 copy color: '#C561EF'

red 197 ◦ green 97 ◦ blue 239

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

Shades of Medium Orchid #C561EF

Tints of Medium Orchid #C561EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.84%

R = 36.96%
G = 18.2%
B = 44.84%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C561EF (or 0xC561EF) is known color: Medium Orchid. HEX triplet: C5, 61 and EF. RGB value is (197,97,239). Sum of RGB (Red+Green+Blue) = 197+97+239=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 97 (38.28% from 255 or 18.20% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #C561EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C561EF is #3A9E10. Grayscale: #8E8E8E. Windows color (decimal): -3841553 or 15688133. OLE color: 15688133.

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

Color convert

RGB 197 97 239 -
CMYK 0.18 0.59 0 0.06
HSL 282.25º 0.82% 0.66% -
HSV(B) 282.25º 0.59% 0.94% -
XYZ 42.88 26.65 84.55 -
YUV 143.09 182.13 166.45 -
System Red Green Blue C M Y K H S L
Decimal 197 97 239 0.18 0.59 0 0.06 282.25 0.82 0.66
Hex C5 61 EF 12 3B 0 6 11A 52 42
Octal 305 141 357 22 73 0 6 432 122 102
Binary 11000101 1100001 11101111 10010 111011 0 110 100011010 1010010 1000010

Color Harmonies of #C561EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C561EF

Black with #C561EF

Text Example


Text Example

White with #C561EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C561EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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