#DC69DA

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

Shades of Orchid #DC69DA

Tints of Orchid #DC69DA

Color information

#DC69DA (or 0xDC69DA) is unknown color: approx Orchid. HEX triplet: DC, 69 and DA. RGB value is (220,105,218). Sum of RGB (Red+Green+Blue) = 220+105+218=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69DA is #239625. Grayscale: #979797. Windows color (decimal): -2332198 or 14313948. OLE color: 14313948.

HSL color Cylindrical-coordinate representation of color #DC69DA: hue angle of 301.04º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC69DA is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB220105218-
CMYK00.520.010.14
HSL301.04º62.16%63.73%-
HSV(B)301.04º52.27%86.27%-
XYZ47.2230.3869.7-
YUV152.27165.1176.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.52%
GREEN value IS 105 (41.41% from 255) = 19.34%
BLUE value IS 218 (85.55% from 255) = 40.15%
R=40.52%
G=19.34%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010521800.520.010.14301.0462.1663.73
HexDC69DA0341E12d3e40
Octal33415133206411645576100
Binary110111001101001110110100110100111101001011011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC69DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC69DA; }

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

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

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

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

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

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

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

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