Html Css Color HEX #C040EB Medium Orchid

📋 copy color: '#C040EB'

red 192 ◦ green 64 ◦ blue 235

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

Shades of Medium Orchid #C040EB

Tints of Medium Orchid #C040EB

RGB

 RED value IS 192 (75.39% from 255) = 39.1%

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

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

R = 39.1%
G = 13.03%
B = 47.86%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C040EB (or 0xC040EB) is known color: Medium Orchid. HEX triplet: C0, 40 and EB. RGB value is (192,64,235). Sum of RGB (Red+Green+Blue) = 192+64+235=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 64 (25.39% from 255 or 13.03% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #C040EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C040EB is #3FBF14. Grayscale: #797979. Windows color (decimal): -4177685 or 15417536. OLE color: 15417536.

HSL color Cylindrical-coordinate representation of color #C040EB: hue angle of 284.91º 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 #C040EB is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 64 235 -
CMYK 0.18 0.73 0 0.08
HSL 284.91º 0.81% 0.59% -
HSV(B) 284.91º 0.73% 0.92% -
XYZ 38.57 20.87 80.59 -
YUV 121.77 191.91 178.1 -
System Red Green Blue C M Y K H S L
Decimal 192 64 235 0.18 0.73 0 0.08 284.91 0.81 0.59
Hex C0 40 EB 12 49 0 8 11D 51 3B
Octal 300 100 353 22 111 0 10 435 121 73
Binary 11000000 1000000 11101011 10010 1001001 0 1000 100011101 1010001 111011

Color Harmonies of #C040EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C040EB

Black with #C040EB

Text Example


Text Example

White with #C040EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C040EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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