Html Css Color HEX #C959F1 Medium Orchid

📋 copy color: '#C959F1'

red 201 ◦ green 89 ◦ blue 241

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

Shades of Medium Orchid #C959F1

Tints of Medium Orchid #C959F1

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.76%

 BLUE value IS 241 (94.53% from 255) = 45.39%

R = 37.85%
G = 16.76%
B = 45.39%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C959F1 (or 0xC959F1) is known color: Medium Orchid. HEX triplet: C9, 59 and F1. RGB value is (201,89,241). Sum of RGB (Red+Green+Blue) = 201+89+241=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 89 (35.16% from 255 or 16.76% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 241 - color contains mainly: blue. Hex color #C959F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C959F1 is #36A60E. Grayscale: #8B8B8B. Windows color (decimal): -3581455 or 15817161. OLE color: 15817161.

HSL color Cylindrical-coordinate representation of color #C959F1: hue angle of 284.21º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C959F1 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 89 241 -
CMYK 0.17 0.63 0 0.05
HSL 284.21º 0.84% 0.65% -
HSV(B) 284.21º 0.63% 0.95% -
XYZ 43.54 25.91 85.93 -
YUV 139.82 185.11 171.64 -
System Red Green Blue C M Y K H S L
Decimal 201 89 241 0.17 0.63 0 0.05 284.21 0.84 0.65
Hex C9 59 F1 11 3F 0 5 11C 54 41
Octal 311 131 361 21 77 0 5 434 124 101
Binary 11001001 1011001 11110001 10001 111111 0 101 100011100 1010100 1000001

Color Harmonies of #C959F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C959F1

Black with #C959F1

Text Example


Text Example

White with #C959F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C959F1; }

 p { color: rgb(201,89,241); }

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

background-color css

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

 a { background-color: rgb(201,89,241); }

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

border-color css

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

 span { border-color: rgb(201,89,241); }

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