#C958F3

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

Shades of Medium Orchid #C958F3

Tints of Medium Orchid #C958F3

Color information

#C958F3 (or 0xC958F3) is unknown color: approx Medium Orchid. HEX triplet: C9, 58 and F3. RGB value is (201,88,243). Sum of RGB (Red+Green+Blue) = 201+88+243=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 88 (34.77% from 255 or 16.54% from 532); Blue value is 243 (95.31% from 255 or 45.68% from 532); Max value from RGB is 243 - color contains mainly: blue. Hex color #C958F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C958F3 is #36A70C. Grayscale: #8A8A8A. Windows color (decimal): -3581709 or 15947977. OLE color: 15947977.

HSL color Cylindrical-coordinate representation of color #C958F3: hue angle of 283.74º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C958F3 is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20188243-
CMYK0.170.6400.05
HSL283.74º86.59%64.9%-
HSV(B)283.74º63.79%95.29%-
XYZ43.7525.8787.48-
YUV139.46186.44171.9-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.78%
GREEN value IS 88 (34.77% from 255) = 16.54%
BLUE value IS 243 (95.31% from 255) = 45.68%
R=37.78%
G=16.54%
B=45.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal201882430.170.6400.05283.7486.5964.9
HexC958F311400511c5741
Octal3111303632110005434127101
Binary11001001101100011110011100011000000010110001110010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C958F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C958F3; }

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

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

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

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

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

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

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

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