#DC69BE

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

Shades of Orchid #DC69BE

Tints of Orchid #DC69BE

Color information

#DC69BE (or 0xDC69BE) is unknown color: approx Orchid. HEX triplet: DC, 69 and BE. RGB value is (220,105,190). Sum of RGB (Red+Green+Blue) = 220+105+190=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69BE is #239641. Grayscale: #949494. Windows color (decimal): -2332226 or 12478940. OLE color: 12478940.

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

Color convert

RGB220105190-
CMYK00.520.140.14
HSL315.65º62.16%63.73%-
HSV(B)315.65º52.27%86.27%-
XYZ43.8629.0452.01-
YUV149.07151.1178.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.72%
GREEN value IS 105 (41.41% from 255) = 20.39%
BLUE value IS 190 (74.61% from 255) = 36.89%
R=42.72%
G=20.39%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010519000.520.140.14315.6562.1663.73
HexDC69BE034EE13c3e40
Octal334151276064161647476100
Binary110111001101001101111100110100111011101001111001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC69BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC69BE; }

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

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

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

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

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

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

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

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