Html Css Color HEX #C941FF Medium Orchid

📋 copy color: '#C941FF'

red 201 ◦ green 65 ◦ blue 255

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

Shades of Medium Orchid #C941FF

Tints of Medium Orchid #C941FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.94%

R = 38.58%
G = 12.48%
B = 48.94%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C941FF (or 0xC941FF) is known color: Medium Orchid. HEX triplet: C9, 41 and FF. RGB value is (201,65,255). Sum of RGB (Red+Green+Blue) = 201+65+255=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 65 (25.78% from 255 or 12.48% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #C941FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C941FF is #36BE00. Grayscale: #7E7E7E. Windows color (decimal): -3587585 or 16728521. OLE color: 16728521.

HSL color Cylindrical-coordinate representation of color #C941FF: hue angle of 282.95º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C941FF is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 201 65 255 -
CMYK 0.21 0.75 0 0
HSL 282.95º 1% 0.63% -
HSV(B) 282.95º 0.75% 1% -
XYZ 44.03 23.42 96.81 -
YUV 127.32 200.06 180.55 -
System Red Green Blue C M Y K H S L
Decimal 201 65 255 0.21 0.75 0 0 282.95 1 0.63
Hex C9 41 FF 15 4B 0 0 11B 64 3F
Octal 311 101 377 25 113 0 0 433 144 77
Binary 11001001 1000001 11111111 10101 1001011 0 0 100011011 1100100 111111

Color Harmonies of #C941FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C941FF

Black with #C941FF

Text Example


Text Example

White with #C941FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C941FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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