Html Css Color HEX #C046EB Medium Orchid

📋 copy color: '#C046EB'

red 192 ◦ green 70 ◦ blue 235

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

Shades of Medium Orchid #C046EB

Tints of Medium Orchid #C046EB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.08%

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

R = 38.63%
G = 14.08%
B = 47.28%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C046EB (or 0xC046EB) is known color: Medium Orchid. HEX triplet: C0, 46 and EB. RGB value is (192,70,235). Sum of RGB (Red+Green+Blue) = 192+70+235=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 70 (27.73% from 255 or 14.08% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #C046EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C046EB is #3FB914. Grayscale: #7C7C7C. Windows color (decimal): -4176149 or 15419072. OLE color: 15419072.

HSL color Cylindrical-coordinate representation of color #C046EB: hue angle of 284.36º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C046EB is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 70 235 -
CMYK 0.18 0.70 0 0.08
HSL 284.36º 0.8% 0.6% -
HSV(B) 284.36º 0.7% 0.92% -
XYZ 38.92 21.58 80.71 -
YUV 125.29 189.92 175.58 -
System Red Green Blue C M Y K H S L
Decimal 192 70 235 0.18 0.70 0 0.08 284.36 0.8 0.6
Hex C0 46 EB 12 46 0 8 11C 50 3C
Octal 300 106 353 22 106 0 10 434 120 74
Binary 11000000 1000110 11101011 10010 1000110 0 1000 100011100 1010000 111100

Color Harmonies of #C046EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C046EB

Black with #C046EB

Text Example


Text Example

White with #C046EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C046EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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