Html Css Color HEX #C941FC Medium Orchid

📋 copy color: '#C941FC'

red 201 ◦ green 65 ◦ blue 252

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

Shades of Medium Orchid #C941FC

Tints of Medium Orchid #C941FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.65%

R = 38.8%
G = 12.55%
B = 48.65%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C941FC (or 0xC941FC) is known color: Medium Orchid. HEX triplet: C9, 41 and FC. RGB value is (201,65,252). Sum of RGB (Red+Green+Blue) = 201+65+252=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 65 (25.78% from 255 or 12.55% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #C941FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C941FC is #36BE03. Grayscale: #7E7E7E. Windows color (decimal): -3587588 or 16531913. OLE color: 16531913.

HSL color Cylindrical-coordinate representation of color #C941FC: hue angle of 283.64º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C941FC is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 65 252 -
CMYK 0.20 0.74 0 0.01
HSL 283.64º 0.97% 0.62% -
HSV(B) 283.64º 0.74% 0.99% -
XYZ 43.55 23.23 94.28 -
YUV 126.98 198.56 180.79 -
System Red Green Blue C M Y K H S L
Decimal 201 65 252 0.20 0.74 0 0.01 283.64 0.97 0.62
Hex C9 41 FC 14 4A 0 1 11C 61 3E
Octal 311 101 374 24 112 0 1 434 141 76
Binary 11001001 1000001 11111100 10100 1001010 0 1 100011100 1100001 111110

Color Harmonies of #C941FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C941FC

Black with #C941FC

Text Example


Text Example

White with #C941FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C941FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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