#C246FF

Color #C246FF Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C246FF

Tints of Medium Orchid #C246FF

Color information

#C246FF (or 0xC246FF) is unknown color: approx Medium Orchid. HEX triplet: C2, 46 and FF. RGB value is (194,70,255). Sum of RGB (Red+Green+Blue) = 194+70+255=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 70 (27.73% from 255 or 13.49% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #C246FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C246FF is #3DB900. Grayscale: #7F7F7F. Windows color (decimal): -4045057 or 16729794. OLE color: 16729794.

HSL color Cylindrical-coordinate representation of color #C246FF: hue angle of 280.22º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C246FF is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB19470255-
CMYK0.240.7300
HSL280.22º100%63.73%-
HSV(B)280.22º72.55%100%-
XYZ42.4923.0796.82-
YUV128.17199.58174.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.38%
GREEN value IS 70 (27.73% from 255) = 13.49%
BLUE value IS 255 (100% from 255) = 49.13%
R=37.38%
G=13.49%
B=49.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal194702550.240.7300280.2210063.73
HexC246FF1849001186440
Octal3021063773011100430144100
Binary110000101000110111111111100010010010010001100011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C246FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C246FF; }

 p { color: rgb(194,70,255); }

 H1.HeaderClassName
 {
   color: #C246FF;
 }
 .AnyTagClassName
 {
   color: #C246FF;
 }
</style>
background-color css

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

 a { background-color: rgb(194,70,255); }

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

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

 span { border-color: rgb(194,70,255); }

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