Html Css Color HEX #C941D6 Medium Orchid

📋 copy color: '#C941D6'

red 201 ◦ green 65 ◦ blue 214

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

Shades of Medium Orchid #C941D6

Tints of Medium Orchid #C941D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.58%

R = 41.88%
G = 13.54%
B = 44.58%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C941D6 (or 0xC941D6) is known color: Medium Orchid. HEX triplet: C9, 41 and D6. RGB value is (201,65,214). Sum of RGB (Red+Green+Blue) = 201+65+214=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 65 (25.78% from 255 or 13.54% from 480); Blue value is 214 (83.98% from 255 or 44.58% from 480); Max value from RGB is 214 - color contains mainly: blue. Hex color #C941D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C941D6 is #36BE29. Grayscale: #7A7A7A. Windows color (decimal): -3587626 or 14041545. OLE color: 14041545.

HSL color Cylindrical-coordinate representation of color #C941D6: hue angle of 294.77º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C941D6 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 65 214 -
CMYK 0.06 0.70 0 0.16
HSL 294.77º 0.65% 0.55% -
HSV(B) 294.77º 0.7% 0.84% -
XYZ 38.12 21.05 65.67 -
YUV 122.65 179.56 183.88 -
System Red Green Blue C M Y K H S L
Decimal 201 65 214 0.06 0.70 0 0.16 294.77 0.65 0.55
Hex C9 41 D6 6 46 0 10 127 41 37
Octal 311 101 326 6 106 0 20 447 101 67
Binary 11001001 1000001 11010110 110 1000110 0 10000 100100111 1000001 110111

Color Harmonies of #C941D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C941D6

Black with #C941D6

Text Example


Text Example

White with #C941D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C941D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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