Html Css Color HEX #C946F9 Medium Orchid

📋 copy color: '#C946F9'

red 201 ◦ green 70 ◦ blue 249

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

Shades of Medium Orchid #C946F9

Tints of Medium Orchid #C946F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.88%

R = 38.65%
G = 13.46%
B = 47.88%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C946F9 (or 0xC946F9) is known color: Medium Orchid. HEX triplet: C9, 46 and F9. RGB value is (201,70,249). Sum of RGB (Red+Green+Blue) = 201+70+249=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 70 (27.73% from 255 or 13.46% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #C946F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C946F9 is #36B906. Grayscale: #808080. Windows color (decimal): -3586311 or 16336585. OLE color: 16336585.

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

Color convert

RGB 201 70 249 -
CMYK 0.19 0.72 0 0.02
HSL 283.91º 0.94% 0.63% -
HSV(B) 283.91º 0.72% 0.98% -
XYZ 43.38 23.64 91.9 -
YUV 129.58 195.4 178.95 -
System Red Green Blue C M Y K H S L
Decimal 201 70 249 0.19 0.72 0 0.02 283.91 0.94 0.63
Hex C9 46 F9 13 48 0 2 11C 5E 3F
Octal 311 106 371 23 110 0 2 434 136 77
Binary 11001001 1000110 11111001 10011 1001000 0 10 100011100 1011110 111111

Color Harmonies of #C946F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C946F9

Black with #C946F9

Text Example


Text Example

White with #C946F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C946F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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