Html Css Color HEX #C941EE Medium Orchid

📋 copy color: '#C941EE'

red 201 ◦ green 65 ◦ blue 238

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

Shades of Medium Orchid #C941EE

Tints of Medium Orchid #C941EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.22%

R = 39.88%
G = 12.9%
B = 47.22%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C941EE (or 0xC941EE) is known color: Medium Orchid. HEX triplet: C9, 41 and EE. RGB value is (201,65,238). Sum of RGB (Red+Green+Blue) = 201+65+238=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 65 (25.78% from 255 or 12.90% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #C941EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C941EE is #36BE11. Grayscale: #7C7C7C. Windows color (decimal): -3587602 or 15614409. OLE color: 15614409.

HSL color Cylindrical-coordinate representation of color #C941EE: hue angle of 287.17º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C941EE is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 65 238 -
CMYK 0.16 0.73 0 0.07
HSL 287.17º 0.84% 0.59% -
HSV(B) 287.17º 0.73% 0.93% -
XYZ 41.41 22.37 83.02 -
YUV 125.39 191.56 181.93 -
System Red Green Blue C M Y K H S L
Decimal 201 65 238 0.16 0.73 0 0.07 287.17 0.84 0.59
Hex C9 41 EE 10 49 0 7 11F 54 3B
Octal 311 101 356 20 111 0 7 437 124 73
Binary 11001001 1000001 11101110 10000 1001001 0 111 100011111 1010100 111011

Color Harmonies of #C941EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C941EE

Black with #C941EE

Text Example


Text Example

White with #C941EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C941EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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