Html Css Color HEX #C959DA Medium Orchid

📋 copy color: '#C959DA'

red 201 ◦ green 89 ◦ blue 218

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

Shades of Medium Orchid #C959DA

Tints of Medium Orchid #C959DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.91%

R = 39.57%
G = 17.52%
B = 42.91%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C959DA (or 0xC959DA) is known color: Medium Orchid. HEX triplet: C9, 59 and DA. RGB value is (201,89,218). Sum of RGB (Red+Green+Blue) = 201+89+218=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 89 (35.16% from 255 or 17.52% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #C959DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C959DA is #36A625. Grayscale: #888888. Windows color (decimal): -3581478 or 14309833. OLE color: 14309833.

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

Color convert

RGB 201 89 218 -
CMYK 0.08 0.59 0 0.15
HSL 292.09º 0.64% 0.6% -
HSV(B) 292.09º 0.59% 0.85% -
XYZ 40.31 24.62 68.96 -
YUV 137.19 173.61 173.51 -
System Red Green Blue C M Y K H S L
Decimal 201 89 218 0.08 0.59 0 0.15 292.09 0.64 0.6
Hex C9 59 DA 8 3B 0 F 124 40 3C
Octal 311 131 332 10 73 0 17 444 100 74
Binary 11001001 1011001 11011010 1000 111011 0 1111 100100100 1000000 111100

Color Harmonies of #C959DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C959DA

Black with #C959DA

Text Example


Text Example

White with #C959DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C959DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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