#C351FD

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

Shades of Medium Orchid #C351FD

Tints of Medium Orchid #C351FD

Color information

#C351FD (or 0xC351FD) is unknown color: approx Medium Orchid. HEX triplet: C3, 51 and FD. RGB value is (195,81,253). Sum of RGB (Red+Green+Blue) = 195+81+253=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 81 (32.03% from 255 or 15.31% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #C351FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C351FD is #3CAE02. Grayscale: #868686. Windows color (decimal): -3976707 or 16601539. OLE color: 16601539.

HSL color Cylindrical-coordinate representation of color #C351FD: hue angle of 279.77º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C351FD is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19581253-
CMYK0.230.6800.01
HSL279.77º97.73%65.49%-
HSV(B)279.77º67.98%99.22%-
XYZ43.1824.5895.4-
YUV134.69194.77171.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.86%
GREEN value IS 81 (32.03% from 255) = 15.31%
BLUE value IS 253 (99.22% from 255) = 47.83%
R=36.86%
G=15.31%
B=47.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal195812530.230.6800.01279.7797.7365.49
HexC351FD1744011186241
Octal3031213752710401430142101
Binary110000111010001111111011011110001000110001100011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C351FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C351FD; }

 p { color: rgb(195,81,253); }

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

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

 a { background-color: rgb(195,81,253); }

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

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

 span { border-color: rgb(195,81,253); }

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