Html Css Color HEX #C561CE Medium Orchid

📋 copy color: '#C561CE'

red 197 ◦ green 97 ◦ blue 206

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

Shades of Medium Orchid #C561CE

Tints of Medium Orchid #C561CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.2%

R = 39.4%
G = 19.4%
B = 41.2%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C561CE (or 0xC561CE) is known color: Medium Orchid. HEX triplet: C5, 61 and CE. RGB value is (197,97,206). Sum of RGB (Red+Green+Blue) = 197+97+206=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 97 (38.28% from 255 or 19.4% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #C561CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C561CE is #3A9E31. Grayscale: #8A8A8A. Windows color (decimal): -3841586 or 13525445. OLE color: 13525445.

HSL color Cylindrical-coordinate representation of color #C561CE: hue angle of 295.05º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C561CE is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 97 206 -
CMYK 0.04 0.53 0 0.19
HSL 295.05º 0.53% 0.59% -
HSV(B) 295.05º 0.53% 0.81% -
XYZ 38.44 24.88 61.17 -
YUV 139.33 165.63 169.14 -
System Red Green Blue C M Y K H S L
Decimal 197 97 206 0.04 0.53 0 0.19 295.05 0.53 0.59
Hex C5 61 CE 4 35 0 13 127 35 3B
Octal 305 141 316 4 65 0 23 447 65 73
Binary 11000101 1100001 11001110 100 110101 0 10011 100100111 110101 111011

Color Harmonies of #C561CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C561CE

Black with #C561CE

Text Example


Text Example

White with #C561CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C561CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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