Html Css Color HEX #C950D5 Medium Orchid

📋 copy color: '#C950D5'

red 201 ◦ green 80 ◦ blue 213

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

Shades of Medium Orchid #C950D5

Tints of Medium Orchid #C950D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.12%

R = 40.69%
G = 16.19%
B = 43.12%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C950D5 (or 0xC950D5) is known color: Medium Orchid. HEX triplet: C9, 50 and D5. RGB value is (201,80,213). Sum of RGB (Red+Green+Blue) = 201+80+213=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 213 (83.59% from 255 or 43.12% from 494); Max value from RGB is 213 - color contains mainly: blue. Hex color #C950D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C950D5 is #36AF2A. Grayscale: #828282. Windows color (decimal): -3583787 or 13979849. OLE color: 13979849.

HSL color Cylindrical-coordinate representation of color #C950D5: hue angle of 294.59º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C950D5 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 80 213 -
CMYK 0.06 0.62 0 0.16
HSL 294.59º 0.61% 0.57% -
HSV(B) 294.59º 0.62% 0.84% -
XYZ 38.97 22.96 65.33 -
YUV 131.34 174.09 177.69 -
System Red Green Blue C M Y K H S L
Decimal 201 80 213 0.06 0.62 0 0.16 294.59 0.61 0.57
Hex C9 50 D5 6 3E 0 10 127 3D 39
Octal 311 120 325 6 76 0 20 447 75 71
Binary 11001001 1010000 11010101 110 111110 0 10000 100100111 111101 111001

Color Harmonies of #C950D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C950D5

Black with #C950D5

Text Example


Text Example

White with #C950D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C950D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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