#DC69D4

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

Shades of Orchid #DC69D4

Tints of Orchid #DC69D4

Color information

#DC69D4 (or 0xDC69D4) is unknown color: approx Orchid. HEX triplet: DC, 69 and D4. RGB value is (220,105,212). Sum of RGB (Red+Green+Blue) = 220+105+212=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 105 (41.41% from 255 or 19.55% from 537); Blue value is 212 (83.20% from 255 or 39.48% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69D4 is #23962B. Grayscale: #979797. Windows color (decimal): -2332204 or 13920732. OLE color: 13920732.

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

Color convert

RGB220105212-
CMYK00.520.040.14
HSL304.17º62.16%63.73%-
HSV(B)304.17º52.27%86.27%-
XYZ46.4530.0765.64-
YUV151.58162.1176.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.97%
GREEN value IS 105 (41.41% from 255) = 19.55%
BLUE value IS 212 (83.20% from 255) = 39.48%
R=40.97%
G=19.55%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010521200.520.040.14304.1762.1663.73
HexDC69D40344E1303e40
Octal33415132406441646076100
Binary11011100110100111010100011010010011101001100001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC69D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC69D4; }

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

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

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

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

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

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

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

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