Html Css Color HEX #C561CF Medium Orchid

📋 copy color: '#C561CF'

red 197 ◦ green 97 ◦ blue 207

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

Shades of Medium Orchid #C561CF

Tints of Medium Orchid #C561CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.32%

R = 39.32%
G = 19.36%
B = 41.32%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C561CF (or 0xC561CF) is known color: Medium Orchid. HEX triplet: C5, 61 and CF. RGB value is (197,97,207). Sum of RGB (Red+Green+Blue) = 197+97+207=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 97 (38.28% from 255 or 19.36% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #C561CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C561CF is #3A9E30. Grayscale: #8B8B8B. Windows color (decimal): -3841585 or 13590981. OLE color: 13590981.

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

Color convert

RGB 197 97 207 -
CMYK 0.05 0.53 0 0.19
HSL 294.55º 0.53% 0.6% -
HSV(B) 294.55º 0.53% 0.81% -
XYZ 38.56 24.92 61.81 -
YUV 139.44 166.13 169.06 -
System Red Green Blue C M Y K H S L
Decimal 197 97 207 0.05 0.53 0 0.19 294.55 0.53 0.6
Hex C5 61 CF 5 35 0 13 127 35 3C
Octal 305 141 317 5 65 0 23 447 65 74
Binary 11000101 1100001 11001111 101 110101 0 10011 100100111 110101 111100

Color Harmonies of #C561CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C561CF

Black with #C561CF

Text Example


Text Example

White with #C561CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C561CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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