#C35AE6

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

Shades of Medium Orchid #C35AE6

Tints of Medium Orchid #C35AE6

Color information

#C35AE6 (or 0xC35AE6) is unknown color: approx Medium Orchid. HEX triplet: C3, 5A and E6. RGB value is (195,90,230). Sum of RGB (Red+Green+Blue) = 195+90+230=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 90 (35.55% from 255 or 17.48% from 515); Blue value is 230 (90.23% from 255 or 44.66% from 515); Max value from RGB is 230 - color contains mainly: blue. Hex color #C35AE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35AE6 is #3CA519. Grayscale: #888888. Windows color (decimal): -3974426 or 15096515. OLE color: 15096515.

HSL color Cylindrical-coordinate representation of color #C35AE6: hue angle of 285º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C35AE6 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB19590230-
CMYK0.150.6100.10
HSL285º73.68%62.75%-
HSV(B)285º60.87%90.2%-
XYZ40.4424.6377.48-
YUV137.35180.29169.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.86%
GREEN value IS 90 (35.55% from 255) = 17.48%
BLUE value IS 230 (90.23% from 255) = 44.66%
R=37.86%
G=17.48%
B=44.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal195902300.150.6100.1028573.6862.75
HexC35AE6F3D0A11d4a3f
Octal303132346177501243511277
Binary110000111011010111001101111111101010101000111011001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35AE6; }

 p { color: rgb(195,90,230); }

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

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

 a { background-color: rgb(195,90,230); }

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

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

 span { border-color: rgb(195,90,230); }

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