Html Css Color HEX #C961E0 Medium Orchid

📋 copy color: '#C961E0'

red 201 ◦ green 97 ◦ blue 224

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

Shades of Medium Orchid #C961E0

Tints of Medium Orchid #C961E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.91%

R = 38.51%
G = 18.58%
B = 42.91%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C961E0 (or 0xC961E0) is known color: Medium Orchid. HEX triplet: C9, 61 and E0. RGB value is (201,97,224). Sum of RGB (Red+Green+Blue) = 201+97+224=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 97 (38.28% from 255 or 18.58% from 522); Blue value is 224 (87.89% from 255 or 42.91% from 522); Max value from RGB is 224 - color contains mainly: blue. Hex color #C961E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C961E0 is #369E1F. Grayscale: #8E8E8E. Windows color (decimal): -3579424 or 14705097. OLE color: 14705097.

HSL color Cylindrical-coordinate representation of color #C961E0: hue angle of 289.13º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C961E0 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 97 224 -
CMYK 0.10 0.57 0 0.12
HSL 289.13º 0.67% 0.63% -
HSV(B) 289.13º 0.57% 0.88% -
XYZ 41.82 26.35 73.4 -
YUV 142.57 173.96 169.67 -
System Red Green Blue C M Y K H S L
Decimal 201 97 224 0.10 0.57 0 0.12 289.13 0.67 0.63
Hex C9 61 E0 A 39 0 C 121 43 3F
Octal 311 141 340 12 71 0 14 441 103 77
Binary 11001001 1100001 11100000 1010 111001 0 1100 100100001 1000011 111111

Color Harmonies of #C961E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C961E0

Black with #C961E0

Text Example


Text Example

White with #C961E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C961E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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