#DC69D1

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

Shades of Orchid #DC69D1

Tints of Orchid #DC69D1

Color information

#DC69D1 (or 0xDC69D1) is unknown color: approx Orchid. HEX triplet: DC, 69 and D1. RGB value is (220,105,209). Sum of RGB (Red+Green+Blue) = 220+105+209=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69D1 is #23962E. Grayscale: #969696. Windows color (decimal): -2332207 or 13724124. OLE color: 13724124.

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

Color convert

RGB220105209-
CMYK00.520.050.14
HSL305.74º62.16%63.73%-
HSV(B)305.74º52.27%86.27%-
XYZ46.0829.9263.67-
YUV151.24160.6177.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.20%
GREEN value IS 105 (41.41% from 255) = 19.66%
BLUE value IS 209 (82.03% from 255) = 39.14%
R=41.20%
G=19.66%
B=39.14%

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
Decimal22010520900.520.050.14305.7462.1663.73
HexDC69D10345E1323e40
Octal33415132106451646276100
Binary11011100110100111010001011010010111101001100101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC69D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC69D1; }

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

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

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

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

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

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

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

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