Html Css Color HEX #C446FB Medium Orchid

📋 copy color: '#C446FB'

red 196 ◦ green 70 ◦ blue 251

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

Shades of Medium Orchid #C446FB

Tints of Medium Orchid #C446FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.55%

R = 37.91%
G = 13.54%
B = 48.55%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C446FB (or 0xC446FB) is known color: Medium Orchid. HEX triplet: C4, 46 and FB. RGB value is (196,70,251). Sum of RGB (Red+Green+Blue) = 196+70+251=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 70 (27.73% from 255 or 13.54% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #C446FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C446FB is #3BB904. Grayscale: #7F7F7F. Windows color (decimal): -3913989 or 16467652. OLE color: 16467652.

HSL color Cylindrical-coordinate representation of color #C446FB: hue angle of 281.77º degrees, saturation: 0.96, 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 #C446FB is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 70 251 -
CMYK 0.22 0.72 0 0.02
HSL 281.77º 0.96% 0.63% -
HSV(B) 281.77º 0.72% 0.98% -
XYZ 42.37 23.08 93.49 -
YUV 128.31 197.24 176.28 -
System Red Green Blue C M Y K H S L
Decimal 196 70 251 0.22 0.72 0 0.02 281.77 0.96 0.63
Hex C4 46 FB 16 48 0 2 11A 60 3F
Octal 304 106 373 26 110 0 2 432 140 77
Binary 11000100 1000110 11111011 10110 1001000 0 10 100011010 1100000 111111

Color Harmonies of #C446FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C446FB

Black with #C446FB

Text Example


Text Example

White with #C446FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C446FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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