Html Css Color HEX #C941EA Medium Orchid

📋 copy color: '#C941EA'

red 201 ◦ green 65 ◦ blue 234

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

Shades of Medium Orchid #C941EA

Tints of Medium Orchid #C941EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.8%

R = 40.2%
G = 13%
B = 46.8%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C941EA (or 0xC941EA) is known color: Medium Orchid. HEX triplet: C9, 41 and EA. RGB value is (201,65,234). Sum of RGB (Red+Green+Blue) = 201+65+234=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 65 (25.78% from 255 or 13% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #C941EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C941EA is #36BE15. Grayscale: #7C7C7C. Windows color (decimal): -3587606 or 15352265. OLE color: 15352265.

HSL color Cylindrical-coordinate representation of color #C941EA: hue angle of 288.28º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C941EA is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 65 234 -
CMYK 0.14 0.72 0 0.08
HSL 288.28º 0.8% 0.59% -
HSV(B) 288.28º 0.72% 0.92% -
XYZ 40.83 22.14 79.96 -
YUV 124.93 189.56 182.26 -
System Red Green Blue C M Y K H S L
Decimal 201 65 234 0.14 0.72 0 0.08 288.28 0.8 0.59
Hex C9 41 EA E 48 0 8 120 50 3B
Octal 311 101 352 16 110 0 10 440 120 73
Binary 11001001 1000001 11101010 1110 1001000 0 1000 100100000 1010000 111011

Color Harmonies of #C941EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C941EA

Black with #C941EA

Text Example


Text Example

White with #C941EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C941EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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