Html Css Color HEX #C940EF Medium Orchid

📋 copy color: '#C940EF'

red 201 ◦ green 64 ◦ blue 239

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

Shades of Medium Orchid #C940EF

Tints of Medium Orchid #C940EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.42%

R = 39.88%
G = 12.7%
B = 47.42%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C940EF (or 0xC940EF) is known color: Medium Orchid. HEX triplet: C9, 40 and EF. RGB value is (201,64,239). Sum of RGB (Red+Green+Blue) = 201+64+239=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 64 (25.39% from 255 or 12.70% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #C940EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C940EF is #36BF10. Grayscale: #7C7C7C. Windows color (decimal): -3587857 or 15679689. OLE color: 15679689.

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

Color convert

RGB 201 64 239 -
CMYK 0.16 0.73 0 0.06
HSL 286.97º 0.85% 0.59% -
HSV(B) 286.97º 0.73% 0.94% -
XYZ 41.5 22.32 83.78 -
YUV 124.91 192.39 182.27 -
System Red Green Blue C M Y K H S L
Decimal 201 64 239 0.16 0.73 0 0.06 286.97 0.85 0.59
Hex C9 40 EF 10 49 0 6 11F 55 3B
Octal 311 100 357 20 111 0 6 437 125 73
Binary 11001001 1000000 11101111 10000 1001001 0 110 100011111 1010101 111011

Color Harmonies of #C940EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C940EF

Black with #C940EF

Text Example


Text Example

White with #C940EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C940EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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