#C366EA

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

Shades of Medium Orchid #C366EA

Tints of Medium Orchid #C366EA

Color information

#C366EA (or 0xC366EA) is unknown color: approx Medium Orchid. HEX triplet: C3, 66 and EA. RGB value is (195,102,234). Sum of RGB (Red+Green+Blue) = 195+102+234=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 102 (40.23% from 255 or 19.21% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #C366EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C366EA is #3C9915. Grayscale: #909090. Windows color (decimal): -3971350 or 15361731. OLE color: 15361731.

HSL color Cylindrical-coordinate representation of color #C366EA: hue angle of 282.27º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C366EA is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB195102234-
CMYK0.170.5600.08
HSL282.27º75.86%65.88%-
HSV(B)282.27º56.41%91.76%-
XYZ42.1127.0580.84-
YUV144.86178.31163.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.72%
GREEN value IS 102 (40.23% from 255) = 19.21%
BLUE value IS 234 (91.80% from 255) = 44.07%
R=36.72%
G=19.21%
B=44.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1951022340.170.5600.08282.2775.8665.88
HexC366EA11380811a4c42
Octal3031463522170010432114102
Binary11000011110011011101010100011110000100010001101010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C366EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C366EA; }

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

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

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

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

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

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

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

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