Html Css Color HEX #C94EEC Medium Orchid

📋 copy color: '#C94EEC'

red 201 ◦ green 78 ◦ blue 236

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

Shades of Medium Orchid #C94EEC

Tints of Medium Orchid #C94EEC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.15%

 BLUE value IS 236 (92.58% from 255) = 45.83%

R = 39.03%
G = 15.15%
B = 45.83%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C94EEC (or 0xC94EEC) is known color: Medium Orchid. HEX triplet: C9, 4E and EC. RGB value is (201,78,236). Sum of RGB (Red+Green+Blue) = 201+78+236=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 78 (30.86% from 255 or 15.15% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #C94EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C94EEC is #36B113. Grayscale: #848484. Windows color (decimal): -3584276 or 15486665. OLE color: 15486665.

HSL color Cylindrical-coordinate representation of color #C94EEC: hue angle of 286.71º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94EEC is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 78 236 -
CMYK 0.15 0.67 0 0.07
HSL 286.71º 0.81% 0.62% -
HSV(B) 286.71º 0.67% 0.93% -
XYZ 41.95 23.92 81.76 -
YUV 132.79 186.25 176.65 -
System Red Green Blue C M Y K H S L
Decimal 201 78 236 0.15 0.67 0 0.07 286.71 0.81 0.62
Hex C9 4E EC F 43 0 7 11F 51 3E
Octal 311 116 354 17 103 0 7 437 121 76
Binary 11001001 1001110 11101100 1111 1000011 0 111 100011111 1010001 111110

Color Harmonies of #C94EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94EEC

Black with #C94EEC

Text Example


Text Example

White with #C94EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94EEC; }

 p { color: rgb(201,78,236); }

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

background-color css

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

 a { background-color: rgb(201,78,236); }

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

border-color css

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

 span { border-color: rgb(201,78,236); }

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