Html Css Color HEX #C950DF Medium Orchid

📋 copy color: '#C950DF'

red 201 ◦ green 80 ◦ blue 223

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

Shades of Medium Orchid #C950DF

Tints of Medium Orchid #C950DF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.87%

 BLUE value IS 223 (87.5% from 255) = 44.25%

R = 39.88%
G = 15.87%
B = 44.25%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C950DF (or 0xC950DF) is known color: Medium Orchid. HEX triplet: C9, 50 and DF. RGB value is (201,80,223). Sum of RGB (Red+Green+Blue) = 201+80+223=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #C950DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C950DF is #36AF20. Grayscale: #848484. Windows color (decimal): -3583777 or 14635209. OLE color: 14635209.

HSL color Cylindrical-coordinate representation of color #C950DF: hue angle of 290.77º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C950DF is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 80 223 -
CMYK 0.10 0.64 0 0.13
HSL 290.77º 0.69% 0.59% -
HSV(B) 290.77º 0.64% 0.87% -
XYZ 40.28 23.48 72.22 -
YUV 132.48 179.09 176.87 -
System Red Green Blue C M Y K H S L
Decimal 201 80 223 0.10 0.64 0 0.13 290.77 0.69 0.59
Hex C9 50 DF A 40 0 D 123 45 3B
Octal 311 120 337 12 100 0 15 443 105 73
Binary 11001001 1010000 11011111 1010 1000000 0 1101 100100011 1000101 111011

Color Harmonies of #C950DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C950DF

Black with #C950DF

Text Example


Text Example

White with #C950DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C950DF; }

 p { color: rgb(201,80,223); }

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

background-color css

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

 a { background-color: rgb(201,80,223); }

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

border-color css

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

 span { border-color: rgb(201,80,223); }

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