Html Css Color HEX #C946FA Medium Orchid

📋 copy color: '#C946FA'

red 201 ◦ green 70 ◦ blue 250

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

Shades of Medium Orchid #C946FA

Tints of Medium Orchid #C946FA

RGB

 RED value IS 201 (78.91% from 255) = 38.58%

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

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

R = 38.58%
G = 13.44%
B = 47.98%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C946FA (or 0xC946FA) is known color: Medium Orchid. HEX triplet: C9, 46 and FA. RGB value is (201,70,250). Sum of RGB (Red+Green+Blue) = 201+70+250=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 70 (27.73% from 255 or 13.44% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #C946FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C946FA is #36B905. Grayscale: #818181. Windows color (decimal): -3586310 or 16402121. OLE color: 16402121.

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

Color convert

RGB 201 70 250 -
CMYK 0.20 0.72 0 0.02
HSL 283.67º 0.95% 0.63% -
HSV(B) 283.67º 0.72% 0.98% -
XYZ 43.53 23.7 92.72 -
YUV 129.69 195.9 178.86 -
System Red Green Blue C M Y K H S L
Decimal 201 70 250 0.20 0.72 0 0.02 283.67 0.95 0.63
Hex C9 46 FA 14 48 0 2 11C 5F 3F
Octal 311 106 372 24 110 0 2 434 137 77
Binary 11001001 1000110 11111010 10100 1001000 0 10 100011100 1011111 111111

Color Harmonies of #C946FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C946FA

Black with #C946FA

Text Example


Text Example

White with #C946FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C946FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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