Html Css Color HEX #C046E1 Medium Orchid

📋 copy color: '#C046E1'

red 192 ◦ green 70 ◦ blue 225

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

Shades of Medium Orchid #C046E1

Tints of Medium Orchid #C046E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.2%

R = 39.43%
G = 14.37%
B = 46.2%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C046E1 (or 0xC046E1) is known color: Medium Orchid. HEX triplet: C0, 46 and E1. RGB value is (192,70,225). Sum of RGB (Red+Green+Blue) = 192+70+225=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 70 (27.73% from 255 or 14.37% from 487); Blue value is 225 (88.28% from 255 or 46.20% from 487); Max value from RGB is 225 - color contains mainly: blue. Hex color #C046E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C046E1 is #3FB91E. Grayscale: #7B7B7B. Windows color (decimal): -4176159 or 14763712. OLE color: 14763712.

HSL color Cylindrical-coordinate representation of color #C046E1: hue angle of 287.23º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C046E1 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 70 225 -
CMYK 0.15 0.69 0 0.12
HSL 287.23º 0.72% 0.58% -
HSV(B) 287.23º 0.69% 0.88% -
XYZ 37.52 21.02 73.31 -
YUV 124.15 184.92 176.4 -
System Red Green Blue C M Y K H S L
Decimal 192 70 225 0.15 0.69 0 0.12 287.23 0.72 0.58
Hex C0 46 E1 F 45 0 C 11F 48 3A
Octal 300 106 341 17 105 0 14 437 110 72
Binary 11000000 1000110 11100001 1111 1000101 0 1100 100011111 1001000 111010

Color Harmonies of #C046E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C046E1

Black with #C046E1

Text Example


Text Example

White with #C046E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C046E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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