Html Css Color HEX #C046F9 Medium Orchid

📋 copy color: '#C046F9'

red 192 ◦ green 70 ◦ blue 249

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

Shades of Medium Orchid #C046F9

Tints of Medium Orchid #C046F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.73%

R = 37.57%
G = 13.7%
B = 48.73%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C046F9 (or 0xC046F9) is known color: Medium Orchid. HEX triplet: C0, 46 and F9. RGB value is (192,70,249). Sum of RGB (Red+Green+Blue) = 192+70+249=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 70 (27.73% from 255 or 13.70% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #C046F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C046F9 is #3FB906. Grayscale: #7E7E7E. Windows color (decimal): -4176135 or 16336576. OLE color: 16336576.

HSL color Cylindrical-coordinate representation of color #C046F9: hue angle of 280.89º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C046F9 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 70 249 -
CMYK 0.23 0.72 0 0.02
HSL 280.89º 0.94% 0.63% -
HSV(B) 280.89º 0.72% 0.98% -
XYZ 41.03 22.43 91.79 -
YUV 126.88 196.92 174.45 -
System Red Green Blue C M Y K H S L
Decimal 192 70 249 0.23 0.72 0 0.02 280.89 0.94 0.63
Hex C0 46 F9 17 48 0 2 119 5E 3F
Octal 300 106 371 27 110 0 2 431 136 77
Binary 11000000 1000110 11111001 10111 1001000 0 10 100011001 1011110 111111

Color Harmonies of #C046F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C046F9

Black with #C046F9

Text Example


Text Example

White with #C046F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C046F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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