#C069EF

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

Shades of Medium Orchid #C069EF

Tints of Medium Orchid #C069EF

Color information

#C069EF (or 0xC069EF) is unknown color: approx Medium Orchid. HEX triplet: C0, 69 and EF. RGB value is (192,105,239). Sum of RGB (Red+Green+Blue) = 192+105+239=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #C069EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C069EF is #3F9610. Grayscale: #919191. Windows color (decimal): -4167185 or 15690176. OLE color: 15690176.

HSL color Cylindrical-coordinate representation of color #C069EF: hue angle of 278.96º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C069EF is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB192105239-
CMYK0.200.5600.06
HSL278.96º80.72%67.45%-
HSV(B)278.96º56.07%93.73%-
XYZ42.3727.5484.74-
YUV146.29180.32160.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.82%
GREEN value IS 105 (41.41% from 255) = 19.59%
BLUE value IS 239 (93.75% from 255) = 44.59%
R=35.82%
G=19.59%
B=44.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1921052390.200.5600.06278.9680.7267.45
HexC069EF1438061175143
Octal300151357247006427121103
Binary1100000011010011110111110100111000011010001011110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C069EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C069EF; }

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

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

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

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

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

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

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

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