Html Css Color HEX #C941EB Medium Orchid

📋 copy color: '#C941EB'

red 201 ◦ green 65 ◦ blue 235

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

Shades of Medium Orchid #C941EB

Tints of Medium Orchid #C941EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.91%

R = 40.12%
G = 12.97%
B = 46.91%

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

#C941EB (or 0xC941EB) is known color: Medium Orchid. HEX triplet: C9, 41 and EB. RGB value is (201,65,235). Sum of RGB (Red+Green+Blue) = 201+65+235=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 65 (25.78% from 255 or 12.97% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #C941EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C941EB is #36BE14. Grayscale: #7C7C7C. Windows color (decimal): -3587605 or 15417801. OLE color: 15417801.

HSL color Cylindrical-coordinate representation of color #C941EB: hue angle of 288º degrees, saturation: 0.81, 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 #C941EB is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 65 235 -
CMYK 0.14 0.72 0 0.08
HSL 288º 0.81% 0.59% -
HSV(B) 288º 0.72% 0.92% -
XYZ 40.97 22.2 80.72 -
YUV 125.04 190.06 182.18 -
System Red Green Blue C M Y K H S L
Decimal 201 65 235 0.14 0.72 0 0.08 288 0.81 0.59
Hex C9 41 EB E 48 0 8 120 51 3B
Octal 311 101 353 16 110 0 10 440 121 73
Binary 11001001 1000001 11101011 1110 1001000 0 1000 100100000 1010001 111011

Color Harmonies of #C941EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C941EB

Black with #C941EB

Text Example


Text Example

White with #C941EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C941EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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