#C352DD

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

Shades of Medium Orchid #C352DD

Tints of Medium Orchid #C352DD

Color information

#C352DD (or 0xC352DD) is unknown color: approx Medium Orchid. HEX triplet: C3, 52 and DD. RGB value is (195,82,221). Sum of RGB (Red+Green+Blue) = 195+82+221=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 82 (32.42% from 255 or 16.47% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #C352DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C352DD is #3CAD22. Grayscale: #838383. Windows color (decimal): -3976483 or 14504643. OLE color: 14504643.

HSL color Cylindrical-coordinate representation of color #C352DD: hue angle of 288.78º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C352DD is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19582221-
CMYK0.120.6300.13
HSL288.78º67.15%59.41%-
HSV(B)288.78º62.9%86.67%-
XYZ38.5722.8670.79-
YUV131.63178.44173.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.16%
GREEN value IS 82 (32.42% from 255) = 16.47%
BLUE value IS 221 (86.72% from 255) = 44.38%
R=39.16%
G=16.47%
B=44.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal195822210.120.6300.13288.7867.1559.41
HexC352DDC3F0D121433b
Octal303122335147701544110373
Binary110000111010010110111011100111111011011001000011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C352DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C352DD; }

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

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

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

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

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

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

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

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