Html Css Color HEX #C246FE Medium Orchid

📋 copy color: '#C246FE'

red 194 ◦ green 70 ◦ blue 254

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

Shades of Medium Orchid #C246FE

Tints of Medium Orchid #C246FE

RGB

 RED value IS 194 (76.17% from 255) = 37.45%

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

 BLUE value IS 254 (99.61% from 255) = 49.03%

R = 37.45%
G = 13.51%
B = 49.03%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C246FE (or 0xC246FE) is known color: Medium Orchid. HEX triplet: C2, 46 and FE. RGB value is (194,70,254). Sum of RGB (Red+Green+Blue) = 194+70+254=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 70 (27.73% from 255 or 13.51% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #C246FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C246FE is #3DB901. Grayscale: #7F7F7F. Windows color (decimal): -4045058 or 16664258. OLE color: 16664258.

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

Color convert

RGB 194 70 254 -
CMYK 0.24 0.72 0 0.00
HSL 280.43º 0.99% 0.64% -
HSV(B) 280.43º 0.72% 1% -
XYZ 42.33 23.01 95.98 -
YUV 128.05 199.08 175.04 -
System Red Green Blue C M Y K H S L
Decimal 194 70 254 0.24 0.72 0 0.00 280.43 0.99 0.64
Hex C2 46 FE 18 48 0 0 118 63 40
Octal 302 106 376 30 110 0 0 430 143 100
Binary 11000010 1000110 11111110 11000 1001000 0 0 100011000 1100011 1000000

Color Harmonies of #C246FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C246FE

Black with #C246FE

Text Example


Text Example

White with #C246FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C246FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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