#C269E8

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

Shades of Medium Orchid #C269E8

Tints of Medium Orchid #C269E8

Color information

#C269E8 (or 0xC269E8) is unknown color: approx Medium Orchid. HEX triplet: C2, 69 and E8. RGB value is (194,105,232). Sum of RGB (Red+Green+Blue) = 194+105+232=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 232 (91.02% from 255 or 43.69% from 531); Max value from RGB is 232 - color contains mainly: blue. Hex color #C269E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C269E8 is #3D9617. Grayscale: #919191. Windows color (decimal): -4036120 or 15231426. OLE color: 15231426.

HSL color Cylindrical-coordinate representation of color #C269E8: hue angle of 282.05º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C269E8 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB194105232-
CMYK0.160.5500.09
HSL282.05º73.41%66.08%-
HSV(B)282.05º54.74%90.98%-
XYZ41.8727.479.43-
YUV146.09176.49162.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.53%
GREEN value IS 105 (41.41% from 255) = 19.77%
BLUE value IS 232 (91.02% from 255) = 43.69%
R=36.53%
G=19.77%
B=43.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1941052320.160.5500.09282.0573.4166.08
HexC269E810370911a4942
Octal3021513502067011432111102
Binary11000010110100111101000100001101110100110001101010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C269E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C269E8; }

 p { color: rgb(194,105,232); }

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

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

 a { background-color: rgb(194,105,232); }

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

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

 span { border-color: rgb(194,105,232); }

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