Html Css Color HEX #C94ED2 Medium Orchid

📋 copy color: '#C94ED2'

red 201 ◦ green 78 ◦ blue 210

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

Shades of Medium Orchid #C94ED2

Tints of Medium Orchid #C94ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.94%

R = 41.1%
G = 15.95%
B = 42.94%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C94ED2 (or 0xC94ED2) is known color: Medium Orchid. HEX triplet: C9, 4E and D2. RGB value is (201,78,210). Sum of RGB (Red+Green+Blue) = 201+78+210=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 78 (30.86% from 255 or 15.95% from 489); Blue value is 210 (82.42% from 255 or 42.94% from 489); Max value from RGB is 210 - color contains mainly: blue. Hex color #C94ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94ED2 is #36B12D. Grayscale: #818181. Windows color (decimal): -3584302 or 13782729. OLE color: 13782729.

HSL color Cylindrical-coordinate representation of color #C94ED2: hue angle of 295.91º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94ED2 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 78 210 -
CMYK 0.04 0.63 0 0.18
HSL 295.91º 0.59% 0.56% -
HSV(B) 295.91º 0.63% 0.82% -
XYZ 38.44 22.52 63.29 -
YUV 129.83 173.25 178.77 -
System Red Green Blue C M Y K H S L
Decimal 201 78 210 0.04 0.63 0 0.18 295.91 0.59 0.56
Hex C9 4E D2 4 3F 0 12 128 3B 38
Octal 311 116 322 4 77 0 22 450 73 70
Binary 11001001 1001110 11010010 100 111111 0 10010 100101000 111011 111000

Color Harmonies of #C94ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94ED2

Black with #C94ED2

Text Example


Text Example

White with #C94ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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