Html Css Color HEX #C950D2 Medium Orchid

📋 copy color: '#C950D2'

red 201 ◦ green 80 ◦ blue 210

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

Shades of Medium Orchid #C950D2

Tints of Medium Orchid #C950D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.77%

R = 40.94%
G = 16.29%
B = 42.77%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C950D2 (or 0xC950D2) is known color: Medium Orchid. HEX triplet: C9, 50 and D2. RGB value is (201,80,210). Sum of RGB (Red+Green+Blue) = 201+80+210=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 210 - color contains mainly: blue. Hex color #C950D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C950D2 is #36AF2D. Grayscale: #828282. Windows color (decimal): -3583790 or 13783241. OLE color: 13783241.

HSL color Cylindrical-coordinate representation of color #C950D2: hue angle of 295.85º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C950D2 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 80 210 -
CMYK 0.04 0.62 0 0.18
HSL 295.85º 0.59% 0.57% -
HSV(B) 295.85º 0.62% 0.82% -
XYZ 38.59 22.81 63.34 -
YUV 131 172.59 177.93 -
System Red Green Blue C M Y K H S L
Decimal 201 80 210 0.04 0.62 0 0.18 295.85 0.59 0.57
Hex C9 50 D2 4 3E 0 12 128 3B 39
Octal 311 120 322 4 76 0 22 450 73 71
Binary 11001001 1010000 11010010 100 111110 0 10010 100101000 111011 111001

Color Harmonies of #C950D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C950D2

Black with #C950D2

Text Example


Text Example

White with #C950D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C950D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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