Html Css Color HEX #C046DF Medium Orchid

📋 copy color: '#C046DF'

red 192 ◦ green 70 ◦ blue 223

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

Shades of Medium Orchid #C046DF

Tints of Medium Orchid #C046DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 39.59%
G = 14.43%
B = 45.98%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C046DF (or 0xC046DF) is known color: Medium Orchid. HEX triplet: C0, 46 and DF. RGB value is (192,70,223). Sum of RGB (Red+Green+Blue) = 192+70+223=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 70 (27.73% from 255 or 14.43% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #C046DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C046DF is #3FB920. Grayscale: #7B7B7B. Windows color (decimal): -4176161 or 14632640. OLE color: 14632640.

HSL color Cylindrical-coordinate representation of color #C046DF: hue angle of 287.84º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C046DF is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 70 223 -
CMYK 0.14 0.69 0 0.13
HSL 287.84º 0.71% 0.57% -
HSV(B) 287.84º 0.69% 0.87% -
XYZ 37.25 20.91 71.89 -
YUV 123.92 183.92 176.56 -
System Red Green Blue C M Y K H S L
Decimal 192 70 223 0.14 0.69 0 0.13 287.84 0.71 0.57
Hex C0 46 DF E 45 0 D 120 47 39
Octal 300 106 337 16 105 0 15 440 107 71
Binary 11000000 1000110 11011111 1110 1000101 0 1101 100100000 1000111 111001

Color Harmonies of #C046DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C046DF

Black with #C046DF

Text Example


Text Example

White with #C046DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C046DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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