#C069DA

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

Shades of Medium Orchid #C069DA

Tints of Medium Orchid #C069DA

Color information

#C069DA (or 0xC069DA) is unknown color: approx Medium Orchid. HEX triplet: C0, 69 and DA. RGB value is (192,105,218). Sum of RGB (Red+Green+Blue) = 192+105+218=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #C069DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C069DA is #3F9625. Grayscale: #8F8F8F. Windows color (decimal): -4167206 or 14313920. OLE color: 14313920.

HSL color Cylindrical-coordinate representation of color #C069DA: hue angle of 286.19º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C069DA is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB192105218-
CMYK0.120.5200.15
HSL286.19º60.43%63.33%-
HSV(B)286.19º51.83%85.49%-
XYZ39.4426.3769.34-
YUV143.9169.82162.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.28%
GREEN value IS 105 (41.41% from 255) = 20.39%
BLUE value IS 218 (85.55% from 255) = 42.33%
R=37.28%
G=20.39%
B=42.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1921052180.120.5200.15286.1960.4363.33
HexC069DAC340F11e3c3f
Octal30015133214640174367477
Binary11000000110100111011010110011010001111100011110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C069DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C069DA; }

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

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

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

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

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

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

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

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