Html Css Color HEX #C446FA Medium Orchid

📋 copy color: '#C446FA'

red 196 ◦ green 70 ◦ blue 250

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

Shades of Medium Orchid #C446FA

Tints of Medium Orchid #C446FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.45%

R = 37.98%
G = 13.57%
B = 48.45%

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

#C446FA (or 0xC446FA) is known color: Medium Orchid. HEX triplet: C4, 46 and FA. RGB value is (196,70,250). Sum of RGB (Red+Green+Blue) = 196+70+250=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 70 (27.73% from 255 or 13.57% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #C446FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C446FA is #3BB905. Grayscale: #7F7F7F. Windows color (decimal): -3913990 or 16402116. OLE color: 16402116.

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

Color convert

RGB 196 70 250 -
CMYK 0.22 0.72 0 0.02
HSL 282º 0.95% 0.63% -
HSV(B) 282º 0.72% 0.98% -
XYZ 42.21 23.02 92.66 -
YUV 128.19 196.74 176.36 -
System Red Green Blue C M Y K H S L
Decimal 196 70 250 0.22 0.72 0 0.02 282 0.95 0.63
Hex C4 46 FA 16 48 0 2 11A 5F 3F
Octal 304 106 372 26 110 0 2 432 137 77
Binary 11000100 1000110 11111010 10110 1001000 0 10 100011010 1011111 111111

Color Harmonies of #C446FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C446FA

Black with #C446FA

Text Example


Text Example

White with #C446FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C446FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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