#C269ED

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

Shades of Medium Orchid #C269ED

Tints of Medium Orchid #C269ED

Color information

#C269ED (or 0xC269ED) is unknown color: approx Medium Orchid. HEX triplet: C2, 69 and ED. RGB value is (194,105,237). Sum of RGB (Red+Green+Blue) = 194+105+237=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #C269ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C269ED is #3D9612. Grayscale: #929292. Windows color (decimal): -4036115 or 15559106. OLE color: 15559106.

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

Color convert

RGB194105237-
CMYK0.180.5600.07
HSL280.45º78.57%67.06%-
HSV(B)280.45º55.7%92.94%-
XYZ42.5927.6983.22-
YUV146.66178.99161.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.19%
GREEN value IS 105 (41.41% from 255) = 19.59%
BLUE value IS 237 (92.97% from 255) = 44.22%
R=36.19%
G=19.59%
B=44.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941052370.180.5600.07280.4578.5767.06
HexC269ED1238071184f43
Octal302151355227007430117103
Binary1100001011010011110110110010111000011110001100010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C269ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C269ED; }

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

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

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

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

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

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

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

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