#C069E8

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

Shades of Medium Orchid #C069E8

Tints of Medium Orchid #C069E8

Color information

#C069E8 (or 0xC069E8) is unknown color: approx Medium Orchid. HEX triplet: C0, 69 and E8. RGB value is (192,105,232). Sum of RGB (Red+Green+Blue) = 192+105+232=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 232 (91.02% from 255 or 43.86% from 529); Max value from RGB is 232 - color contains mainly: blue. Hex color #C069E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C069E8 is #3F9617. Grayscale: #919191. Windows color (decimal): -4167192 or 15231424. OLE color: 15231424.

HSL color Cylindrical-coordinate representation of color #C069E8: hue angle of 281.1º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C069E8 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB192105232-
CMYK0.170.5500.09
HSL281.1º73.41%66.08%-
HSV(B)281.1º54.74%90.98%-
XYZ41.3627.1479.4-
YUV145.49176.82161.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.29%
GREEN value IS 105 (41.41% from 255) = 19.85%
BLUE value IS 232 (91.02% from 255) = 43.86%
R=36.29%
G=19.85%
B=43.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1921052320.170.5500.09281.173.4166.08
HexC069E81137091194942
Octal3001513502167011431111102
Binary11000000110100111101000100011101110100110001100110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C069E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C069E8; }

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

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

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

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

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

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

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

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