Html Css Color HEX #C94EDF Medium Orchid

📋 copy color: '#C94EDF'

red 201 ◦ green 78 ◦ blue 223

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

Shades of Medium Orchid #C94EDF

Tints of Medium Orchid #C94EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.42%

R = 40.04%
G = 15.54%
B = 44.42%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C94EDF (or 0xC94EDF) is known color: Medium Orchid. HEX triplet: C9, 4E and DF. RGB value is (201,78,223). Sum of RGB (Red+Green+Blue) = 201+78+223=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 78 (30.86% from 255 or 15.54% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #C94EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94EDF is #36B120. Grayscale: #828282. Windows color (decimal): -3584289 or 14634697. OLE color: 14634697.

HSL color Cylindrical-coordinate representation of color #C94EDF: hue angle of 290.9º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C94EDF is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 78 223 -
CMYK 0.10 0.65 0 0.13
HSL 290.9º 0.69% 0.59% -
HSV(B) 290.9º 0.65% 0.87% -
XYZ 40.13 23.19 72.17 -
YUV 131.31 179.75 177.71 -
System Red Green Blue C M Y K H S L
Decimal 201 78 223 0.10 0.65 0 0.13 290.9 0.69 0.59
Hex C9 4E DF A 41 0 D 123 45 3B
Octal 311 116 337 12 101 0 15 443 105 73
Binary 11001001 1001110 11011111 1010 1000001 0 1101 100100011 1000101 111011

Color Harmonies of #C94EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94EDF

Black with #C94EDF

Text Example


Text Example

White with #C94EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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