Html Css Color HEX #C940EB Medium Orchid

📋 copy color: '#C940EB'

red 201 ◦ green 64 ◦ blue 235

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

Shades of Medium Orchid #C940EB

Tints of Medium Orchid #C940EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47%

R = 40.2%
G = 12.8%
B = 47%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C940EB (or 0xC940EB) is known color: Medium Orchid. HEX triplet: C9, 40 and EB. RGB value is (201,64,235). Sum of RGB (Red+Green+Blue) = 201+64+235=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 64 (25.39% from 255 or 12.8% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #C940EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C940EB is #36BF14. Grayscale: #7B7B7B. Windows color (decimal): -3587861 or 15417545. OLE color: 15417545.

HSL color Cylindrical-coordinate representation of color #C940EB: hue angle of 288.07º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C940EB is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 64 235 -
CMYK 0.14 0.73 0 0.08
HSL 288.07º 0.81% 0.59% -
HSV(B) 288.07º 0.73% 0.92% -
XYZ 40.92 22.08 80.7 -
YUV 124.46 190.39 182.6 -
System Red Green Blue C M Y K H S L
Decimal 201 64 235 0.14 0.73 0 0.08 288.07 0.81 0.59
Hex C9 40 EB E 49 0 8 120 51 3B
Octal 311 100 353 16 111 0 10 440 121 73
Binary 11001001 1000000 11101011 1110 1001001 0 1000 100100000 1010001 111011

Color Harmonies of #C940EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C940EB

Black with #C940EB

Text Example


Text Example

White with #C940EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C940EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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