Html Css Color HEX #C958D1 Medium Orchid

📋 copy color: '#C958D1'

red 201 ◦ green 88 ◦ blue 209

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

Shades of Medium Orchid #C958D1

Tints of Medium Orchid #C958D1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.67%

 BLUE value IS 209 (82.03% from 255) = 41.97%

R = 40.36%
G = 17.67%
B = 41.97%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C958D1 (or 0xC958D1) is known color: Medium Orchid. HEX triplet: C9, 58 and D1. RGB value is (201,88,209). Sum of RGB (Red+Green+Blue) = 201+88+209=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 88 (34.77% from 255 or 17.67% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 209 - color contains mainly: blue. Hex color #C958D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C958D1 is #36A72E. Grayscale: #878787. Windows color (decimal): -3581743 or 13719753. OLE color: 13719753.

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

Color convert

RGB 201 88 209 -
CMYK 0.04 0.58 0 0.18
HSL 296.03º 0.57% 0.58% -
HSV(B) 296.03º 0.58% 0.82% -
XYZ 39.09 24 62.89 -
YUV 135.58 169.44 174.66 -
System Red Green Blue C M Y K H S L
Decimal 201 88 209 0.04 0.58 0 0.18 296.03 0.57 0.58
Hex C9 58 D1 4 3A 0 12 128 39 3A
Octal 311 130 321 4 72 0 22 450 71 72
Binary 11001001 1011000 11010001 100 111010 0 10010 100101000 111001 111010

Color Harmonies of #C958D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C958D1

Black with #C958D1

Text Example


Text Example

White with #C958D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C958D1; }

 p { color: rgb(201,88,209); }

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

background-color css

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

 a { background-color: rgb(201,88,209); }

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

border-color css

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

 span { border-color: rgb(201,88,209); }

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