Html Css Color HEX #C961E9 Medium Orchid

📋 copy color: '#C961E9'

red 201 ◦ green 97 ◦ blue 233

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

Shades of Medium Orchid #C961E9

Tints of Medium Orchid #C961E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.88%

R = 37.85%
G = 18.27%
B = 43.88%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C961E9 (or 0xC961E9) is known color: Medium Orchid. HEX triplet: C9, 61 and E9. RGB value is (201,97,233). Sum of RGB (Red+Green+Blue) = 201+97+233=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 97 (38.28% from 255 or 18.27% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 233 - color contains mainly: blue. Hex color #C961E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C961E9 is #369E16. Grayscale: #8F8F8F. Windows color (decimal): -3579415 or 15294921. OLE color: 15294921.

HSL color Cylindrical-coordinate representation of color #C961E9: hue angle of 285.88º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C961E9 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 201 97 233 -
CMYK 0.14 0.58 0 0.09
HSL 285.88º 0.76% 0.65% -
HSV(B) 285.88º 0.58% 0.91% -
XYZ 43.07 26.85 80 -
YUV 143.6 178.46 168.94 -
System Red Green Blue C M Y K H S L
Decimal 201 97 233 0.14 0.58 0 0.09 285.88 0.76 0.65
Hex C9 61 E9 E 3A 0 9 11E 4C 41
Octal 311 141 351 16 72 0 11 436 114 101
Binary 11001001 1100001 11101001 1110 111010 0 1001 100011110 1001100 1000001

Color Harmonies of #C961E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C961E9

Black with #C961E9

Text Example


Text Example

White with #C961E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C961E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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