#C958DD

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

Shades of Medium Orchid #C958DD

Tints of Medium Orchid #C958DD

Color information

#C958DD (or 0xC958DD) is unknown color: approx Medium Orchid. HEX triplet: C9, 58 and DD. RGB value is (201,88,221). Sum of RGB (Red+Green+Blue) = 201+88+221=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 88 (34.77% from 255 or 17.25% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #C958DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C958DD is #36A722. Grayscale: #888888. Windows color (decimal): -3581731 or 14506185. OLE color: 14506185.

HSL color Cylindrical-coordinate representation of color #C958DD: hue angle of 290.98º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C958DD is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20188221-
CMYK0.090.6000.13
HSL290.98º66.17%60.59%-
HSV(B)290.98º60.18%86.67%-
XYZ40.6324.6271.02-
YUV136.95175.44173.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.41%
GREEN value IS 88 (34.77% from 255) = 17.25%
BLUE value IS 221 (86.72% from 255) = 43.33%
R=39.41%
G=17.25%
B=43.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal201882210.090.6000.13290.9866.1760.59
HexC958DD93C0D123423d
Octal311130335117401544310275
Binary110010011011000110111011001111100011011001000111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C958DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C958DD; }

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

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

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

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

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

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

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

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