Html Css Color HEX #C941F0 Medium Orchid

📋 copy color: '#C941F0'

red 201 ◦ green 65 ◦ blue 240

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

Shades of Medium Orchid #C941F0

Tints of Medium Orchid #C941F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.43%

R = 39.72%
G = 12.85%
B = 47.43%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C941F0 (or 0xC941F0) is known color: Medium Orchid. HEX triplet: C9, 41 and F0. RGB value is (201,65,240). Sum of RGB (Red+Green+Blue) = 201+65+240=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 65 (25.78% from 255 or 12.85% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 240 - color contains mainly: blue. Hex color #C941F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C941F0 is #36BE0F. Grayscale: #7D7D7D. Windows color (decimal): -3587600 or 15745481. OLE color: 15745481.

HSL color Cylindrical-coordinate representation of color #C941F0: hue angle of 286.63º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C941F0 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 65 240 -
CMYK 0.16 0.73 0 0.06
HSL 286.63º 0.85% 0.6% -
HSV(B) 286.63º 0.73% 0.94% -
XYZ 41.71 22.49 84.58 -
YUV 125.61 192.56 181.77 -
System Red Green Blue C M Y K H S L
Decimal 201 65 240 0.16 0.73 0 0.06 286.63 0.85 0.6
Hex C9 41 F0 10 49 0 6 11F 55 3C
Octal 311 101 360 20 111 0 6 437 125 74
Binary 11001001 1000001 11110000 10000 1001001 0 110 100011111 1010101 111100

Color Harmonies of #C941F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C941F0

Black with #C941F0

Text Example


Text Example

White with #C941F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C941F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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