#DC65E8

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

Shades of Orchid #DC65E8

Tints of Orchid #DC65E8

Color information

#DC65E8 (or 0xDC65E8) is unknown color: approx Orchid. HEX triplet: DC, 65 and E8. RGB value is (220,101,232). Sum of RGB (Red+Green+Blue) = 220+101+232=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 101 (39.84% from 255 or 18.26% from 553); Blue value is 232 (91.02% from 255 or 41.95% from 553); Max value from RGB is 232 - color contains mainly: blue. Hex color #DC65E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC65E8 is #239A17. Grayscale: #979797. Windows color (decimal): -2333208 or 15230428. OLE color: 15230428.

HSL color Cylindrical-coordinate representation of color #DC65E8: hue angle of 294.5º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC65E8 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220101232-
CMYK0.050.5600.09
HSL294.5º74.01%65.29%-
HSV(B)294.5º56.47%90.98%-
XYZ48.7330.3579.63-
YUV151.52173.42176.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.78%
GREEN value IS 101 (39.84% from 255) = 18.26%
BLUE value IS 232 (91.02% from 255) = 41.95%
R=39.78%
G=18.26%
B=41.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201012320.050.5600.09294.574.0165.29
HexDC65E8538091274a41
Octal334145350570011447112101
Binary110111001100101111010001011110000100110010011110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC65E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC65E8; }

 p { color: rgb(220,101,232); }

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

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

 a { background-color: rgb(220,101,232); }

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

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

 span { border-color: rgb(220,101,232); }

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