#C069E0

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

Shades of Medium Orchid #C069E0

Tints of Medium Orchid #C069E0

Color information

#C069E0 (or 0xC069E0) is unknown color: approx Medium Orchid. HEX triplet: C0, 69 and E0. RGB value is (192,105,224). Sum of RGB (Red+Green+Blue) = 192+105+224=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #C069E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C069E0 is #3F961F. Grayscale: #909090. Windows color (decimal): -4167200 or 14707136. OLE color: 14707136.

HSL color Cylindrical-coordinate representation of color #C069E0: hue angle of 283.87º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C069E0 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB192105224-
CMYK0.140.5300.12
HSL283.87º65.75%64.51%-
HSV(B)283.87º53.12%87.84%-
XYZ40.2426.6973.55-
YUV144.58172.82161.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.85%
GREEN value IS 105 (41.41% from 255) = 20.15%
BLUE value IS 224 (87.89% from 255) = 42.99%
R=36.85%
G=20.15%
B=42.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1921052240.140.5300.12283.8765.7564.51
HexC069E0E350C11c4241
Octal3001513401665014434102101
Binary1100000011010011110000011101101010110010001110010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C069E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C069E0; }

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

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

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

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

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

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

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

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