#C369E1

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

Shades of Medium Orchid #C369E1

Tints of Medium Orchid #C369E1

Color information

#C369E1 (or 0xC369E1) is unknown color: approx Medium Orchid. HEX triplet: C3, 69 and E1. RGB value is (195,105,225). Sum of RGB (Red+Green+Blue) = 195+105+225=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 105 (41.41% from 255 or 20% from 525); Blue value is 225 (88.28% from 255 or 42.86% from 525); Max value from RGB is 225 - color contains mainly: blue. Hex color #C369E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369E1 is #3C961E. Grayscale: #919191. Windows color (decimal): -3970591 or 14772675. OLE color: 14772675.

HSL color Cylindrical-coordinate representation of color #C369E1: hue angle of 285º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C369E1 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB195105225-
CMYK0.130.5300.12
HSL285º66.67%64.71%-
HSV(B)285º53.33%88.24%-
XYZ41.1527.1474.3-
YUV145.59172.82163.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.14%
GREEN value IS 105 (41.41% from 255) = 20%
BLUE value IS 225 (88.28% from 255) = 42.86%
R=37.14%
G=20%
B=42.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1951052250.130.5300.1228566.6764.71
HexC369E1D350C11d4341
Octal3031513411565014435103101
Binary1100001111010011110000111011101010110010001110110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C369E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C369E1; }

 p { color: rgb(195,105,225); }

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

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

 a { background-color: rgb(195,105,225); }

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

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

 span { border-color: rgb(195,105,225); }

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