#C958D8

Color #C958D8 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C958D8

Tints of Medium Orchid #C958D8

Color information

#C958D8 (or 0xC958D8) is unknown color: approx Medium Orchid. HEX triplet: C9, 58 and D8. RGB value is (201,88,216). Sum of RGB (Red+Green+Blue) = 201+88+216=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 216 - color contains mainly: blue. Hex color #C958D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C958D8 is #36A727. Grayscale: #878787. Windows color (decimal): -3581736 or 14178505. OLE color: 14178505.

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

Color convert

RGB20188216-
CMYK0.070.5900.15
HSL292.97º62.14%59.61%-
HSV(B)292.97º59.26%84.71%-
XYZ39.9724.3567.56-
YUV136.38172.94174.09-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.80%
GREEN value IS 88 (34.77% from 255) = 17.43%
BLUE value IS 216 (84.77% from 255) = 42.77%
R=39.80%
G=17.43%
B=42.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal201882160.070.5900.15292.9762.1459.61
HexC958D873B0F1253e3c
Octal3111303307730174457674
Binary1100100110110001101100011111101101111100100101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C958D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C958D8; }

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

 H1.HeaderClassName
 {
   color: #C958D8;
 }
 .AnyTagClassName
 {
   color: #C958D8;
 }
</style>
background-color css

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

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

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

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

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

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