Html Css Color HEX #C940E5 Medium Orchid

📋 copy color: '#C940E5'

red 201 ◦ green 64 ◦ blue 229

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

Shades of Medium Orchid #C940E5

Tints of Medium Orchid #C940E5

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.96%

 BLUE value IS 229 (89.84% from 255) = 46.36%

R = 40.69%
G = 12.96%
B = 46.36%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C940E5 (or 0xC940E5) is known color: Medium Orchid. HEX triplet: C9, 40 and E5. RGB value is (201,64,229). Sum of RGB (Red+Green+Blue) = 201+64+229=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 64 (25.39% from 255 or 12.96% from 494); Blue value is 229 (89.84% from 255 or 46.36% from 494); Max value from RGB is 229 - color contains mainly: blue. Hex color #C940E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C940E5 is #36BF1A. Grayscale: #7B7B7B. Windows color (decimal): -3587867 or 15024329. OLE color: 15024329.

HSL color Cylindrical-coordinate representation of color #C940E5: hue angle of 289.82º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C940E5 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 201 64 229 -
CMYK 0.12 0.72 0 0.10
HSL 289.82º 0.76% 0.57% -
HSV(B) 289.82º 0.72% 0.9% -
XYZ 40.06 21.74 76.21 -
YUV 123.77 187.39 183.08 -
System Red Green Blue C M Y K H S L
Decimal 201 64 229 0.12 0.72 0 0.10 289.82 0.76 0.57
Hex C9 40 E5 C 48 0 A 122 4C 39
Octal 311 100 345 14 110 0 12 442 114 71
Binary 11001001 1000000 11100101 1100 1001000 0 1010 100100010 1001100 111001

Color Harmonies of #C940E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C940E5

Black with #C940E5

Text Example


Text Example

White with #C940E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C940E5; }

 p { color: rgb(201,64,229); }

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

background-color css

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

 a { background-color: rgb(201,64,229); }

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

border-color css

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

 span { border-color: rgb(201,64,229); }

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