#C069EC

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

Shades of Medium Orchid #C069EC

Tints of Medium Orchid #C069EC

Color information

#C069EC (or 0xC069EC) is unknown color: approx Medium Orchid. HEX triplet: C0, 69 and EC. RGB value is (192,105,236). Sum of RGB (Red+Green+Blue) = 192+105+236=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 105 (41.41% from 255 or 19.70% 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 #C069EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C069EC is #3F9613. Grayscale: #919191. Windows color (decimal): -4167188 or 15493568. OLE color: 15493568.

HSL color Cylindrical-coordinate representation of color #C069EC: hue angle of 279.85º degrees, saturation: 0.78, 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 #C069EC is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192105236-
CMYK0.190.5600.07
HSL279.85º77.51%66.86%-
HSV(B)279.85º55.51%92.55%-
XYZ41.9327.3782.43-
YUV145.95178.82160.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.02%
GREEN value IS 105 (41.41% from 255) = 19.70%
BLUE value IS 236 (92.58% from 255) = 44.28%
R=36.02%
G=19.70%
B=44.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921052360.190.5600.07279.8577.5166.86
HexC069EC1338071184e43
Octal300151354237007430116103
Binary1100000011010011110110010011111000011110001100010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C069EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C069EC; }

 p { color: rgb(192,105,236); }

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

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

 a { background-color: rgb(192,105,236); }

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

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

 span { border-color: rgb(192,105,236); }

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