#C35FD1

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

Shades of Medium Orchid #C35FD1

Tints of Medium Orchid #C35FD1

Color information

#C35FD1 (or 0xC35FD1) is unknown color: approx Medium Orchid. HEX triplet: C3, 5F and D1. RGB value is (195,95,209). Sum of RGB (Red+Green+Blue) = 195+95+209=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 209 (82.03% from 255 or 41.88% from 499); Max value from RGB is 209 - color contains mainly: blue. Hex color #C35FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35FD1 is #3CA02E. Grayscale: #898989. Windows color (decimal): -3973167 or 13721539. OLE color: 13721539.

HSL color Cylindrical-coordinate representation of color #C35FD1: hue angle of 292.63º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C35FD1 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19595209-
CMYK0.070.5500.18
HSL292.63º55.34%59.61%-
HSV(B)292.63º54.55%81.96%-
XYZ38.1124.3963.02-
YUV137.9168.13168.73-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.08%
GREEN value IS 95 (37.5% from 255) = 19.04%
BLUE value IS 209 (82.03% from 255) = 41.88%
R=39.08%
G=19.04%
B=41.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal195952090.070.5500.18292.6355.3459.61
HexC35FD1737012125373c
Octal3031373217670224456774
Binary11000011101111111010001111110111010010100100101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35FD1; }

 p { color: rgb(195,95,209); }

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

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

 a { background-color: rgb(195,95,209); }

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

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

 span { border-color: rgb(195,95,209); }

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