Html Css Color HEX #C959DB Medium Orchid

📋 copy color: '#C959DB'

red 201 ◦ green 89 ◦ blue 219

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

Shades of Medium Orchid #C959DB

Tints of Medium Orchid #C959DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.03%

R = 39.49%
G = 17.49%
B = 43.03%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C959DB (or 0xC959DB) is known color: Medium Orchid. HEX triplet: C9, 59 and DB. RGB value is (201,89,219). Sum of RGB (Red+Green+Blue) = 201+89+219=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 89 (35.16% from 255 or 17.49% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #C959DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C959DB is #36A624. Grayscale: #888888. Windows color (decimal): -3581477 or 14375369. OLE color: 14375369.

HSL color Cylindrical-coordinate representation of color #C959DB: hue angle of 291.69º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C959DB is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 89 219 -
CMYK 0.08 0.59 0 0.14
HSL 291.69º 0.64% 0.6% -
HSV(B) 291.69º 0.59% 0.86% -
XYZ 40.45 24.68 69.65 -
YUV 137.31 174.11 173.43 -
System Red Green Blue C M Y K H S L
Decimal 201 89 219 0.08 0.59 0 0.14 291.69 0.64 0.6
Hex C9 59 DB 8 3B 0 E 124 40 3C
Octal 311 131 333 10 73 0 16 444 100 74
Binary 11001001 1011001 11011011 1000 111011 0 1110 100100100 1000000 111100

Color Harmonies of #C959DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C959DB

Black with #C959DB

Text Example


Text Example

White with #C959DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C959DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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