Html Css Color HEX #C446FE Medium Orchid

📋 copy color: '#C446FE'

red 196 ◦ green 70 ◦ blue 254

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

Shades of Medium Orchid #C446FE

Tints of Medium Orchid #C446FE

RGB

 RED value IS 196 (76.95% from 255) = 37.69%

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

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

R = 37.69%
G = 13.46%
B = 48.85%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C446FE (or 0xC446FE) is known color: Medium Orchid. HEX triplet: C4, 46 and FE. RGB value is (196,70,254). Sum of RGB (Red+Green+Blue) = 196+70+254=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 70 (27.73% from 255 or 13.46% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #C446FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C446FE is #3BB901. Grayscale: #808080. Windows color (decimal): -3913986 or 16664260. OLE color: 16664260.

HSL color Cylindrical-coordinate representation of color #C446FE: hue angle of 281.09º 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 #C446FE is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 196 70 254 -
CMYK 0.23 0.72 0 0.00
HSL 281.09º 0.99% 0.64% -
HSV(B) 281.09º 0.72% 1% -
XYZ 42.84 23.27 96 -
YUV 128.65 198.74 176.04 -
System Red Green Blue C M Y K H S L
Decimal 196 70 254 0.23 0.72 0 0.00 281.09 0.99 0.64
Hex C4 46 FE 17 48 0 0 119 63 40
Octal 304 106 376 27 110 0 0 431 143 100
Binary 11000100 1000110 11111110 10111 1001000 0 0 100011001 1100011 1000000

Color Harmonies of #C446FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C446FE

Black with #C446FE

Text Example


Text Example

White with #C446FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C446FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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