#DC65DF

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

Shades of Orchid #DC65DF

Tints of Orchid #DC65DF

Color information

#DC65DF (or 0xDC65DF) is unknown color: approx Orchid. HEX triplet: DC, 65 and DF. RGB value is (220,101,223). Sum of RGB (Red+Green+Blue) = 220+101+223=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 101 (39.84% from 255 or 18.57% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC65DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC65DF is #239A20. Grayscale: #969696. Windows color (decimal): -2333217 or 14640604. OLE color: 14640604.

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

Color convert

RGB220101223-
CMYK0.010.5500.13
HSL298.52º65.59%63.53%-
HSV(B)298.52º54.71%87.45%-
XYZ47.4929.8573.07-
YUV150.49168.92177.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.44%
GREEN value IS 101 (39.84% from 255) = 18.57%
BLUE value IS 223 (87.5% from 255) = 40.99%
R=40.44%
G=18.57%
B=40.99%

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
Decimal2201012230.010.5500.13298.5265.5963.53
HexDC65DF1370D12b4240
Octal334145337167015453102100
Binary1101110011001011101111111101110110110010101110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC65DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC65DF; }

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

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

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

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

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

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

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

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