Html Css Color HEX #C950D8 Medium Orchid

📋 copy color: '#C950D8'

red 201 ◦ green 80 ◦ blue 216

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

Shades of Medium Orchid #C950D8

Tints of Medium Orchid #C950D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.46%

R = 40.44%
G = 16.1%
B = 43.46%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C950D8 (or 0xC950D8) is known color: Medium Orchid. HEX triplet: C9, 50 and D8. RGB value is (201,80,216). Sum of RGB (Red+Green+Blue) = 201+80+216=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 216 (84.77% from 255 or 43.46% from 497); Max value from RGB is 216 - color contains mainly: blue. Hex color #C950D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C950D8 is #36AF27. Grayscale: #838383. Windows color (decimal): -3583784 or 14176457. OLE color: 14176457.

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

Color convert

RGB 201 80 216 -
CMYK 0.07 0.63 0 0.15
HSL 293.38º 0.64% 0.58% -
HSV(B) 293.38º 0.63% 0.85% -
XYZ 39.35 23.11 67.35 -
YUV 131.68 175.59 177.44 -
System Red Green Blue C M Y K H S L
Decimal 201 80 216 0.07 0.63 0 0.15 293.38 0.64 0.58
Hex C9 50 D8 7 3F 0 F 125 40 3A
Octal 311 120 330 7 77 0 17 445 100 72
Binary 11001001 1010000 11011000 111 111111 0 1111 100100101 1000000 111010

Color Harmonies of #C950D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C950D8

Black with #C950D8

Text Example


Text Example

White with #C950D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C950D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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