#C366ED

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

Shades of Medium Orchid #C366ED

Tints of Medium Orchid #C366ED

Color information

#C366ED (or 0xC366ED) is unknown color: approx Medium Orchid. HEX triplet: C3, 66 and ED. RGB value is (195,102,237). Sum of RGB (Red+Green+Blue) = 195+102+237=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #C366ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C366ED is #3C9912. Grayscale: #909090. Windows color (decimal): -3971347 or 15558339. OLE color: 15558339.

HSL color Cylindrical-coordinate representation of color #C366ED: hue angle of 281.33º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C366ED is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB195102237-
CMYK0.180.5700.07
HSL281.33º78.95%66.47%-
HSV(B)281.33º56.96%92.94%-
XYZ42.5427.2283.13-
YUV145.2179.81163.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.52%
GREEN value IS 102 (40.23% from 255) = 19.10%
BLUE value IS 237 (92.97% from 255) = 44.38%
R=36.52%
G=19.10%
B=44.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1951022370.180.5700.07281.3378.9566.47
HexC366ED1239071194f42
Octal303146355227107431117102
Binary1100001111001101110110110010111001011110001100110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C366ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C366ED; }

 p { color: rgb(195,102,237); }

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

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

 a { background-color: rgb(195,102,237); }

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

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

 span { border-color: rgb(195,102,237); }

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