Html Css Color HEX #C941DF Medium Orchid

📋 copy color: '#C941DF'

red 201 ◦ green 65 ◦ blue 223

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

Shades of Medium Orchid #C941DF

Tints of Medium Orchid #C941DF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.29%

 BLUE value IS 223 (87.5% from 255) = 45.6%

R = 41.1%
G = 13.29%
B = 45.6%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C941DF (or 0xC941DF) is known color: Medium Orchid. HEX triplet: C9, 41 and DF. RGB value is (201,65,223). Sum of RGB (Red+Green+Blue) = 201+65+223=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 65 (25.78% from 255 or 13.29% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #C941DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C941DF is #36BE20. Grayscale: #7B7B7B. Windows color (decimal): -3587617 or 14631369. OLE color: 14631369.

HSL color Cylindrical-coordinate representation of color #C941DF: hue angle of 291.65º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C941DF is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 65 223 -
CMYK 0.10 0.71 0 0.13
HSL 291.65º 0.71% 0.56% -
HSV(B) 291.65º 0.71% 0.87% -
XYZ 39.3 21.53 71.9 -
YUV 123.68 184.06 183.15 -
System Red Green Blue C M Y K H S L
Decimal 201 65 223 0.10 0.71 0 0.13 291.65 0.71 0.56
Hex C9 41 DF A 47 0 D 124 47 38
Octal 311 101 337 12 107 0 15 444 107 70
Binary 11001001 1000001 11011111 1010 1000111 0 1101 100100100 1000111 111000

Color Harmonies of #C941DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C941DF

Black with #C941DF

Text Example


Text Example

White with #C941DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C941DF; }

 p { color: rgb(201,65,223); }

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

background-color css

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

 a { background-color: rgb(201,65,223); }

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

border-color css

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

 span { border-color: rgb(201,65,223); }

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