#C269E6

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

Shades of Medium Orchid #C269E6

Tints of Medium Orchid #C269E6

Color information

#C269E6 (or 0xC269E6) is unknown color: approx Medium Orchid. HEX triplet: C2, 69 and E6. RGB value is (194,105,230). Sum of RGB (Red+Green+Blue) = 194+105+230=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 230 (90.23% from 255 or 43.48% from 529); Max value from RGB is 230 - color contains mainly: blue. Hex color #C269E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C269E6 is #3D9619. Grayscale: #919191. Windows color (decimal): -4036122 or 15100354. OLE color: 15100354.

HSL color Cylindrical-coordinate representation of color #C269E6: hue angle of 282.72º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C269E6 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB194105230-
CMYK0.160.5400.10
HSL282.72º71.43%65.69%-
HSV(B)282.72º54.35%90.2%-
XYZ41.5827.2977.94-
YUV145.86175.49162.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.67%
GREEN value IS 105 (41.41% from 255) = 19.85%
BLUE value IS 230 (90.23% from 255) = 43.48%
R=36.67%
G=19.85%
B=43.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1941052300.160.5400.10282.7271.4365.69
HexC269E610360A11b4742
Octal3021513462066012433107102
Binary11000010110100111100110100001101100101010001101110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C269E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C269E6; }

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

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

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

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

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

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

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

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