#DC69EA

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

Shades of Orchid #DC69EA

Tints of Orchid #DC69EA

Color information

#DC69EA (or 0xDC69EA) is unknown color: approx Orchid. HEX triplet: DC, 69 and EA. RGB value is (220,105,234). Sum of RGB (Red+Green+Blue) = 220+105+234=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 105 (41.41% from 255 or 18.78% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC69EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC69EA is #239615. Grayscale: #999999. Windows color (decimal): -2332182 or 15362524. OLE color: 15362524.

HSL color Cylindrical-coordinate representation of color #DC69EA: hue angle of 293.49º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC69EA is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220105234-
CMYK0.060.5500.08
HSL293.49º75.44%66.47%-
HSV(B)293.49º55.13%91.76%-
XYZ49.4231.2681.27-
YUV154.09173.1175.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.36%
GREEN value IS 105 (41.41% from 255) = 18.78%
BLUE value IS 234 (91.80% from 255) = 41.86%
R=39.36%
G=18.78%
B=41.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201052340.060.5500.08293.4975.4466.47
HexDC69EA637081254b42
Octal334151352667010445113102
Binary110111001101001111010101101101110100010010010110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC69EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC69EA; }

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

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

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

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

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

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

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

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