Html Css Color HEX #C446EB Medium Orchid

📋 copy color: '#C446EB'

red 196 ◦ green 70 ◦ blue 235

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

Shades of Medium Orchid #C446EB

Tints of Medium Orchid #C446EB

RGB

 RED value IS 196 (76.95% from 255) = 39.12%

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

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

R = 39.12%
G = 13.97%
B = 46.91%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C446EB (or 0xC446EB) is known color: Medium Orchid. HEX triplet: C4, 46 and EB. RGB value is (196,70,235). Sum of RGB (Red+Green+Blue) = 196+70+235=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 70 (27.73% from 255 or 13.97% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #C446EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C446EB is #3BB914. Grayscale: #7D7D7D. Windows color (decimal): -3914005 or 15419076. OLE color: 15419076.

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

Color convert

RGB 196 70 235 -
CMYK 0.17 0.70 0 0.08
HSL 285.82º 0.8% 0.6% -
HSV(B) 285.82º 0.7% 0.92% -
XYZ 39.95 22.11 80.76 -
YUV 126.48 189.24 177.58 -
System Red Green Blue C M Y K H S L
Decimal 196 70 235 0.17 0.70 0 0.08 285.82 0.8 0.6
Hex C4 46 EB 11 46 0 8 11E 50 3C
Octal 304 106 353 21 106 0 10 436 120 74
Binary 11000100 1000110 11101011 10001 1000110 0 1000 100011110 1010000 111100

Color Harmonies of #C446EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C446EB

Black with #C446EB

Text Example


Text Example

White with #C446EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C446EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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