#C352CE

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

Shades of Medium Orchid #C352CE

Tints of Medium Orchid #C352CE

Color information

#C352CE (or 0xC352CE) is unknown color: approx Medium Orchid. HEX triplet: C3, 52 and CE. RGB value is (195,82,206). Sum of RGB (Red+Green+Blue) = 195+82+206=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #C352CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C352CE is #3CAD31. Grayscale: #818181. Windows color (decimal): -3976498 or 13521603. OLE color: 13521603.

HSL color Cylindrical-coordinate representation of color #C352CE: hue angle of 294.68º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C352CE is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19582206-
CMYK0.050.6000.19
HSL294.68º55.86%56.47%-
HSV(B)294.68º60.19%80.78%-
XYZ36.6622.0960.72-
YUV129.92170.94174.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.37%
GREEN value IS 82 (32.42% from 255) = 16.98%
BLUE value IS 206 (80.86% from 255) = 42.65%
R=40.37%
G=16.98%
B=42.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal195822060.050.6000.19294.6855.8656.47
HexC352CE53C0131273838
Octal3031223165740234477070
Binary11000011101001011001110101111100010011100100111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C352CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C352CE; }

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

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

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

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

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

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

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

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