#DC64EA

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

Shades of Orchid #DC64EA

Tints of Orchid #DC64EA

Color information

#DC64EA (or 0xDC64EA) is unknown color: approx Orchid. HEX triplet: DC, 64 and EA. RGB value is (220,100,234). Sum of RGB (Red+Green+Blue) = 220+100+234=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 100 (39.45% from 255 or 18.05% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC64EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC64EA is #239B15. Grayscale: #969696. Windows color (decimal): -2333462 or 15361244. OLE color: 15361244.

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

Color convert

RGB220100234-
CMYK0.060.5700.08
HSL293.73º76.14%65.49%-
HSV(B)293.73º57.26%91.76%-
XYZ48.9230.2781.11-
YUV151.16174.76177.1-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.71%
GREEN value IS 100 (39.45% from 255) = 18.05%
BLUE value IS 234 (91.80% from 255) = 42.24%
R=39.71%
G=18.05%
B=42.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201002340.060.5700.08293.7376.1465.49
HexDC64EA639081264c41
Octal334144352671010446114101
Binary110111001100100111010101101110010100010010011010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC64EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC64EA; }

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

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

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

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

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

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

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

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