#DC69DE

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

Shades of Orchid #DC69DE

Tints of Orchid #DC69DE

Color information

#DC69DE (or 0xDC69DE) is unknown color: approx Orchid. HEX triplet: DC, 69 and DE. RGB value is (220,105,222). Sum of RGB (Red+Green+Blue) = 220+105+222=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 105 (41.41% from 255 or 19.20% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC69DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69DE is #239621. Grayscale: #989898. Windows color (decimal): -2332194 or 14576092. OLE color: 14576092.

HSL color Cylindrical-coordinate representation of color #DC69DE: hue angle of 298.97º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC69DE is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220105222-
CMYK0.010.5300.13
HSL298.97º63.93%64.12%-
HSV(B)298.97º52.7%87.06%-
XYZ47.7530.5972.5-
YUV152.72167.1175.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.22%
GREEN value IS 105 (41.41% from 255) = 19.20%
BLUE value IS 222 (87.11% from 255) = 40.59%
R=40.22%
G=19.20%
B=40.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201052220.010.5300.13298.9763.9364.12
HexDC69DE1350D12b4040
Octal334151336165015453100100
Binary1101110011010011101111011101010110110010101110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC69DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC69DE; }

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

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

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

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

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

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

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

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