Html Css Color HEX #C959F2 Medium Orchid

📋 copy color: '#C959F2'

red 201 ◦ green 89 ◦ blue 242

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

Shades of Medium Orchid #C959F2

Tints of Medium Orchid #C959F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.49%

R = 37.78%
G = 16.73%
B = 45.49%

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

#C959F2 (or 0xC959F2) is known color: Medium Orchid. HEX triplet: C9, 59 and F2. RGB value is (201,89,242). Sum of RGB (Red+Green+Blue) = 201+89+242=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 89 (35.16% from 255 or 16.73% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #C959F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C959F2 is #36A60D. Grayscale: #8B8B8B. Windows color (decimal): -3581454 or 15882697. OLE color: 15882697.

HSL color Cylindrical-coordinate representation of color #C959F2: hue angle of 283.92º degrees, saturation: 0.85, 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 #C959F2 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 89 242 -
CMYK 0.17 0.63 0 0.05
HSL 283.92º 0.85% 0.65% -
HSV(B) 283.92º 0.63% 0.95% -
XYZ 43.69 25.97 86.72 -
YUV 139.93 185.61 171.56 -
System Red Green Blue C M Y K H S L
Decimal 201 89 242 0.17 0.63 0 0.05 283.92 0.85 0.65
Hex C9 59 F2 11 3F 0 5 11C 55 41
Octal 311 131 362 21 77 0 5 434 125 101
Binary 11001001 1011001 11110010 10001 111111 0 101 100011100 1010101 1000001

Color Harmonies of #C959F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C959F2

Black with #C959F2

Text Example


Text Example

White with #C959F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C959F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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