#C359DD

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

Shades of Medium Orchid #C359DD

Tints of Medium Orchid #C359DD

Color information

#C359DD (or 0xC359DD) is unknown color: approx Medium Orchid. HEX triplet: C3, 59 and DD. RGB value is (195,89,221). Sum of RGB (Red+Green+Blue) = 195+89+221=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 89 (35.16% from 255 or 17.62% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #C359DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C359DD is #3CA622. Grayscale: #878787. Windows color (decimal): -3974691 or 14506435. OLE color: 14506435.

HSL color Cylindrical-coordinate representation of color #C359DD: hue angle of 288.18º 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 #C359DD is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19589221-
CMYK0.120.6000.13
HSL288.18º66%60.78%-
HSV(B)288.18º59.73%86.67%-
XYZ39.1323.9770.97-
YUV135.74176.12170.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.61%
GREEN value IS 89 (35.16% from 255) = 17.62%
BLUE value IS 221 (86.72% from 255) = 43.76%
R=38.61%
G=17.62%
B=43.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal195892210.120.6000.13288.186660.78
HexC359DDC3C0D120423d
Octal303131335147401544010275
Binary110000111011001110111011100111100011011001000001000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C359DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C359DD; }

 p { color: rgb(195,89,221); }

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

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

 a { background-color: rgb(195,89,221); }

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

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

 span { border-color: rgb(195,89,221); }

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