Html Css Color HEX #C041EB Medium Orchid

📋 copy color: '#C041EB'

red 192 ◦ green 65 ◦ blue 235

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

Shades of Medium Orchid #C041EB

Tints of Medium Orchid #C041EB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.21%

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

R = 39.02%
G = 13.21%
B = 47.76%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C041EB (or 0xC041EB) is known color: Medium Orchid. HEX triplet: C0, 41 and EB. RGB value is (192,65,235). Sum of RGB (Red+Green+Blue) = 192+65+235=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 65 (25.78% from 255 or 13.21% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #C041EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C041EB is #3FBE14. Grayscale: #797979. Windows color (decimal): -4177429 or 15417792. OLE color: 15417792.

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

Color convert

RGB 192 65 235 -
CMYK 0.18 0.72 0 0.08
HSL 284.82º 0.81% 0.59% -
HSV(B) 284.82º 0.72% 0.92% -
XYZ 38.62 20.99 80.61 -
YUV 122.35 191.58 177.68 -
System Red Green Blue C M Y K H S L
Decimal 192 65 235 0.18 0.72 0 0.08 284.82 0.81 0.59
Hex C0 41 EB 12 48 0 8 11D 51 3B
Octal 300 101 353 22 110 0 10 435 121 73
Binary 11000000 1000001 11101011 10010 1001000 0 1000 100011101 1010001 111011

Color Harmonies of #C041EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C041EB

Black with #C041EB

Text Example


Text Example

White with #C041EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C041EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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