#C35AD8

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

Shades of Medium Orchid #C35AD8

Tints of Medium Orchid #C35AD8

Color information

#C35AD8 (or 0xC35AD8) is unknown color: approx Medium Orchid. HEX triplet: C3, 5A and D8. RGB value is (195,90,216). Sum of RGB (Red+Green+Blue) = 195+90+216=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 216 (84.77% from 255 or 43.11% from 501); Max value from RGB is 216 - color contains mainly: blue. Hex color #C35AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35AD8 is #3CA527. Grayscale: #878787. Windows color (decimal): -3974440 or 14179011. OLE color: 14179011.

HSL color Cylindrical-coordinate representation of color #C35AD8: hue angle of 290º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C35AD8 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19590216-
CMYK0.100.5800.15
HSL290º61.76%60%-
HSV(B)290º58.33%84.71%-
XYZ38.5623.8767.54-
YUV135.76173.29170.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.92%
GREEN value IS 90 (35.55% from 255) = 17.96%
BLUE value IS 216 (84.77% from 255) = 43.11%
R=38.92%
G=17.96%
B=43.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal195902160.100.5800.1529061.7660
HexC35AD8A3A0F1223e3c
Octal30313233012720174427674
Binary11000011101101011011000101011101001111100100010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35AD8; }

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

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

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

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

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

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

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

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