#DC64DE

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

Shades of Orchid #DC64DE

Tints of Orchid #DC64DE

Color information

#DC64DE (or 0xDC64DE) is unknown color: approx Orchid. HEX triplet: DC, 64 and DE. RGB value is (220,100,222). Sum of RGB (Red+Green+Blue) = 220+100+222=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 100 (39.45% from 255 or 18.45% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC64DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC64DE is #239B21. Grayscale: #959595. Windows color (decimal): -2333474 or 14574812. OLE color: 14574812.

HSL color Cylindrical-coordinate representation of color #DC64DE: hue angle of 299.02º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC64DE is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220100222-
CMYK0.010.5500.13
HSL299.02º64.89%63.14%-
HSV(B)299.02º54.95%87.06%-
XYZ47.2629.672.33-
YUV149.79168.76178.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.59%
GREEN value IS 100 (39.45% from 255) = 18.45%
BLUE value IS 222 (87.11% from 255) = 40.96%
R=40.59%
G=18.45%
B=40.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201002220.010.5500.13299.0264.8963.14
HexDC64DE1370D12b413f
Octal33414433616701545310177
Binary110111001100100110111101110111011011001010111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC64DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC64DE; }

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

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

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

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

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

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

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

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