Html Css Color HEX #C961EC Medium Orchid

📋 copy color: '#C961EC'

red 201 ◦ green 97 ◦ blue 236

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

Shades of Medium Orchid #C961EC

Tints of Medium Orchid #C961EC

RGB

 RED value IS 201 (78.91% from 255) = 37.64%

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

 BLUE value IS 236 (92.58% from 255) = 44.19%

R = 37.64%
G = 18.16%
B = 44.19%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C961EC (or 0xC961EC) is known color: Medium Orchid. HEX triplet: C9, 61 and EC. RGB value is (201,97,236). Sum of RGB (Red+Green+Blue) = 201+97+236=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 97 (38.28% from 255 or 18.16% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #C961EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C961EC is #369E13. Grayscale: #8F8F8F. Windows color (decimal): -3579412 or 15491529. OLE color: 15491529.

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

Color convert

RGB 201 97 236 -
CMYK 0.15 0.59 0 0.07
HSL 284.89º 0.79% 0.65% -
HSV(B) 284.89º 0.59% 0.93% -
XYZ 43.5 27.02 82.28 -
YUV 143.94 179.96 168.7 -
System Red Green Blue C M Y K H S L
Decimal 201 97 236 0.15 0.59 0 0.07 284.89 0.79 0.65
Hex C9 61 EC F 3B 0 7 11D 4F 41
Octal 311 141 354 17 73 0 7 435 117 101
Binary 11001001 1100001 11101100 1111 111011 0 111 100011101 1001111 1000001

Color Harmonies of #C961EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C961EC

Black with #C961EC

Text Example


Text Example

White with #C961EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C961EC; }

 p { color: rgb(201,97,236); }

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

background-color css

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

 a { background-color: rgb(201,97,236); }

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

border-color css

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

 span { border-color: rgb(201,97,236); }

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