#C267EC

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

Shades of Medium Orchid #C267EC

Tints of Medium Orchid #C267EC

Color information

#C267EC (or 0xC267EC) is unknown color: approx Medium Orchid. HEX triplet: C2, 67 and EC. RGB value is (194,103,236). Sum of RGB (Red+Green+Blue) = 194+103+236=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 103 (40.62% from 255 or 19.32% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #C267EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C267EC is #3D9813. Grayscale: #909090. Windows color (decimal): -4036628 or 15493058. OLE color: 15493058.

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

Color convert

RGB194103236-
CMYK0.180.5600.07
HSL281.05º77.78%66.47%-
HSV(B)281.05º56.36%92.55%-
XYZ42.2427.2382.39-
YUV145.37179.15162.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.40%
GREEN value IS 103 (40.62% from 255) = 19.32%
BLUE value IS 236 (92.58% from 255) = 44.28%
R=36.40%
G=19.32%
B=44.28%

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
Decimal1941032360.180.5600.07281.0577.7866.47
HexC267EC1238071194e42
Octal302147354227007431116102
Binary1100001011001111110110010010111000011110001100110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C267EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C267EC; }

 p { color: rgb(194,103,236); }

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

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

 a { background-color: rgb(194,103,236); }

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

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

 span { border-color: rgb(194,103,236); }

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