#DC69D0

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

Shades of Orchid #DC69D0

Tints of Orchid #DC69D0

Color information

#DC69D0 (or 0xDC69D0) is unknown color: approx Orchid. HEX triplet: DC, 69 and D0. RGB value is (220,105,208). Sum of RGB (Red+Green+Blue) = 220+105+208=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69D0 is #23962F. Grayscale: #969696. Windows color (decimal): -2332208 or 13658588. OLE color: 13658588.

HSL color Cylindrical-coordinate representation of color #DC69D0: hue angle of 306.26º 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 #DC69D0 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB220105208-
CMYK00.520.050.14
HSL306.26º62.16%63.73%-
HSV(B)306.26º52.27%86.27%-
XYZ45.9529.8763.02-
YUV151.13160.1177.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.28%
GREEN value IS 105 (41.41% from 255) = 19.70%
BLUE value IS 208 (81.64% from 255) = 39.02%
R=41.28%
G=19.70%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010520800.520.050.14306.2662.1663.73
HexDC69D00345E1323e40
Octal33415132006451646276100
Binary11011100110100111010000011010010111101001100101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC69D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC69D0; }

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

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

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

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

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

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

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

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