Html Css Color HEX #C959E0 Medium Orchid

📋 copy color: '#C959E0'

red 201 ◦ green 89 ◦ blue 224

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

Shades of Medium Orchid #C959E0

Tints of Medium Orchid #C959E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.58%

R = 39.11%
G = 17.32%
B = 43.58%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C959E0 (or 0xC959E0) is known color: Medium Orchid. HEX triplet: C9, 59 and E0. RGB value is (201,89,224). Sum of RGB (Red+Green+Blue) = 201+89+224=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 89 (35.16% from 255 or 17.32% from 514); Blue value is 224 (87.89% from 255 or 43.58% from 514); Max value from RGB is 224 - color contains mainly: blue. Hex color #C959E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C959E0 is #36A61F. Grayscale: #898989. Windows color (decimal): -3581472 or 14703049. OLE color: 14703049.

HSL color Cylindrical-coordinate representation of color #C959E0: hue angle of 289.78º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C959E0 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 89 224 -
CMYK 0.10 0.60 0 0.12
HSL 289.78º 0.69% 0.61% -
HSV(B) 289.78º 0.6% 0.88% -
XYZ 41.11 24.94 73.17 -
YUV 137.88 176.61 173.02 -
System Red Green Blue C M Y K H S L
Decimal 201 89 224 0.10 0.60 0 0.12 289.78 0.69 0.61
Hex C9 59 E0 A 3C 0 C 122 45 3D
Octal 311 131 340 12 74 0 14 442 105 75
Binary 11001001 1011001 11100000 1010 111100 0 1100 100100010 1000101 111101

Color Harmonies of #C959E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C959E0

Black with #C959E0

Text Example


Text Example

White with #C959E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C959E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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