Html Css Color HEX #C959DC Medium Orchid

📋 copy color: '#C959DC'

red 201 ◦ green 89 ◦ blue 220

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

Shades of Medium Orchid #C959DC

Tints of Medium Orchid #C959DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.14%

R = 39.41%
G = 17.45%
B = 43.14%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C959DC (or 0xC959DC) is known color: Medium Orchid. HEX triplet: C9, 59 and DC. RGB value is (201,89,220). Sum of RGB (Red+Green+Blue) = 201+89+220=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 89 (35.16% from 255 or 17.45% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #C959DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C959DC is #36A623. Grayscale: #898989. Windows color (decimal): -3581476 or 14440905. OLE color: 14440905.

HSL color Cylindrical-coordinate representation of color #C959DC: hue angle of 291.3º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C959DC is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 89 220 -
CMYK 0.09 0.60 0 0.14
HSL 291.3º 0.65% 0.61% -
HSV(B) 291.3º 0.6% 0.86% -
XYZ 40.58 24.73 70.34 -
YUV 137.42 174.61 173.35 -
System Red Green Blue C M Y K H S L
Decimal 201 89 220 0.09 0.60 0 0.14 291.3 0.65 0.61
Hex C9 59 DC 9 3C 0 E 123 41 3D
Octal 311 131 334 11 74 0 16 443 101 75
Binary 11001001 1011001 11011100 1001 111100 0 1110 100100011 1000001 111101

Color Harmonies of #C959DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C959DC

Black with #C959DC

Text Example


Text Example

White with #C959DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C959DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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