Html Css Color HEX #C946F1 Medium Orchid

📋 copy color: '#C946F1'

red 201 ◦ green 70 ◦ blue 241

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

Shades of Medium Orchid #C946F1

Tints of Medium Orchid #C946F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.07%

R = 39.26%
G = 13.67%
B = 47.07%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C946F1 (or 0xC946F1) is known color: Medium Orchid. HEX triplet: C9, 46 and F1. RGB value is (201,70,241). Sum of RGB (Red+Green+Blue) = 201+70+241=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 70 (27.73% from 255 or 13.67% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #C946F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C946F1 is #36B90E. Grayscale: #808080. Windows color (decimal): -3586319 or 15812297. OLE color: 15812297.

HSL color Cylindrical-coordinate representation of color #C946F1: hue angle of 285.96º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C946F1 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 70 241 -
CMYK 0.17 0.71 0 0.05
HSL 285.96º 0.86% 0.61% -
HSV(B) 285.96º 0.71% 0.95% -
XYZ 42.15 23.15 85.47 -
YUV 128.66 191.4 179.6 -
System Red Green Blue C M Y K H S L
Decimal 201 70 241 0.17 0.71 0 0.05 285.96 0.86 0.61
Hex C9 46 F1 11 47 0 5 11E 56 3D
Octal 311 106 361 21 107 0 5 436 126 75
Binary 11001001 1000110 11110001 10001 1000111 0 101 100011110 1010110 111101

Color Harmonies of #C946F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C946F1

Black with #C946F1

Text Example


Text Example

White with #C946F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C946F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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