Html Css Color HEX #C046FD Medium Orchid

📋 copy color: '#C046FD'

red 192 ◦ green 70 ◦ blue 253

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

Shades of Medium Orchid #C046FD

Tints of Medium Orchid #C046FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.13%

R = 37.28%
G = 13.59%
B = 49.13%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C046FD (or 0xC046FD) is known color: Medium Orchid. HEX triplet: C0, 46 and FD. RGB value is (192,70,253). Sum of RGB (Red+Green+Blue) = 192+70+253=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 70 (27.73% from 255 or 13.59% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #C046FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C046FD is #3FB902. Grayscale: #7E7E7E. Windows color (decimal): -4176131 or 16598720. OLE color: 16598720.

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

Color convert

RGB 192 70 253 -
CMYK 0.24 0.72 0 0.01
HSL 280º 0.98% 0.63% -
HSV(B) 280º 0.72% 0.99% -
XYZ 41.66 22.68 95.11 -
YUV 127.34 198.92 174.12 -
System Red Green Blue C M Y K H S L
Decimal 192 70 253 0.24 0.72 0 0.01 280 0.98 0.63
Hex C0 46 FD 18 48 0 1 118 62 3F
Octal 300 106 375 30 110 0 1 430 142 77
Binary 11000000 1000110 11111101 11000 1001000 0 1 100011000 1100010 111111

Color Harmonies of #C046FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C046FD

Black with #C046FD

Text Example


Text Example

White with #C046FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C046FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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