Html Css Color HEX #C941E5 Medium Orchid

📋 copy color: '#C941E5'

red 201 ◦ green 65 ◦ blue 229

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

Shades of Medium Orchid #C941E5

Tints of Medium Orchid #C941E5

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.13%

 BLUE value IS 229 (89.84% from 255) = 46.26%

R = 40.61%
G = 13.13%
B = 46.26%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C941E5 (or 0xC941E5) is known color: Medium Orchid. HEX triplet: C9, 41 and E5. RGB value is (201,65,229). Sum of RGB (Red+Green+Blue) = 201+65+229=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 65 (25.78% from 255 or 13.13% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #C941E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C941E5 is #36BE1A. Grayscale: #7B7B7B. Windows color (decimal): -3587611 or 15024585. OLE color: 15024585.

HSL color Cylindrical-coordinate representation of color #C941E5: hue angle of 289.76º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C941E5 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 201 65 229 -
CMYK 0.12 0.72 0 0.10
HSL 289.76º 0.76% 0.58% -
HSV(B) 289.76º 0.72% 0.9% -
XYZ 40.12 21.86 76.23 -
YUV 124.36 187.06 182.66 -
System Red Green Blue C M Y K H S L
Decimal 201 65 229 0.12 0.72 0 0.10 289.76 0.76 0.58
Hex C9 41 E5 C 48 0 A 122 4C 3A
Octal 311 101 345 14 110 0 12 442 114 72
Binary 11001001 1000001 11100101 1100 1001000 0 1010 100100010 1001100 111010

Color Harmonies of #C941E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C941E5

Black with #C941E5

Text Example


Text Example

White with #C941E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C941E5; }

 p { color: rgb(201,65,229); }

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

background-color css

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

 a { background-color: rgb(201,65,229); }

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

border-color css

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

 span { border-color: rgb(201,65,229); }

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