Html Css Color HEX #C946DC Medium Orchid

📋 copy color: '#C946DC'

red 201 ◦ green 70 ◦ blue 220

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

Shades of Medium Orchid #C946DC

Tints of Medium Orchid #C946DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.81%

R = 40.94%
G = 14.26%
B = 44.81%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C946DC (or 0xC946DC) is known color: Medium Orchid. HEX triplet: C9, 46 and DC. RGB value is (201,70,220). Sum of RGB (Red+Green+Blue) = 201+70+220=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 70 (27.73% from 255 or 14.26% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #C946DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C946DC is #36B923. Grayscale: #7D7D7D. Windows color (decimal): -3586340 or 14436041. OLE color: 14436041.

HSL color Cylindrical-coordinate representation of color #C946DC: hue angle of 292.4º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C946DC is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 70 220 -
CMYK 0.09 0.68 0 0.14
HSL 292.4º 0.68% 0.57% -
HSV(B) 292.4º 0.68% 0.86% -
XYZ 39.2 21.97 69.88 -
YUV 126.27 180.9 181.3 -
System Red Green Blue C M Y K H S L
Decimal 201 70 220 0.09 0.68 0 0.14 292.4 0.68 0.57
Hex C9 46 DC 9 44 0 E 124 44 39
Octal 311 106 334 11 104 0 16 444 104 71
Binary 11001001 1000110 11011100 1001 1000100 0 1110 100100100 1000100 111001

Color Harmonies of #C946DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C946DC

Black with #C946DC

Text Example


Text Example

White with #C946DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C946DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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